<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Montserrat", "Noto Sans SC", sans-serif !important;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #464646;
  --color-zt: #0A458C;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --pandrd: 6.875rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2.25rem;
  }
}

.wh {
  padding: 0 var(--cbasta);
}

.wh1 {
  padding: 0 6.25%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: var(--color-zt);
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid var(--color-zt);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-zt);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: var(--color-zt);
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: var(--color-zt);
}
.more-msl.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-msl.ls {
  color: var(--color-zt);
  background: transparent;
  border-color: var(--color-zt);
}
.more-msl.ls:before {
  background: var(--color-zt);
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 3rem;
  background-color: var(--color-zt);
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid var(--color-zt);
  font-size: 0.875rem;
}
.more-b &gt; * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b:hover {
  color: var(--color-zt);
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.bs {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img &gt; img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny &gt; img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img &gt; img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  --topys-color: #fff;
  --topys-color1:#fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.5rem;
}
.head .head2 .logo a img.a {
  display: none;
}
.head .head2 .zywena {
  margin-left: 1rem;
  position: relative;
}
.head .head2 .zywena a.rhgxt {
  color: var(--topys-color);
  line-height: 1.25rem;
  display: block;
  padding: 0 1.5rem;
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 3.7rem;
  width: 5.5rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
.head .head2 .zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}
.head .head2 .zywena .yy-sec a:hover {
  color: var(--color-zt);
}
.head .head2 .sska a {
  color: var(--topys-color);
  line-height: 1.25rem;
  display: block;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  font-weight: 500;
}
.head.sticky, .head:hover {
  --topys-color: #5B5B5B;
  --topys-color1: #0A458C;
}
.head.sticky .head2, .head:hover .head2 {
  background-color: #fff;
}
.head.sticky .head2 .logo a img.a, .head:hover .head2 .logo a img.a {
  display: inline-block;
}
.head.sticky .head2 .logo a img.b, .head:hover .head2 .logo a img.b {
  display: none;
}

#menu {
  margin-right: 2vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: var(--topys-color);
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li &gt; a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 700;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li &gt; a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li &gt; a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li &gt; a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li &gt; a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li &gt; a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--topys-color1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li &gt; a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  display: none;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 16rem;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: left;
  padding: 1.25rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec &gt; a {
  font: 600 1.125rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #5B5B5B;
  padding-left: 17%;
}
#menu .nav_a1 li .sec &gt; a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 30.375rem;
  left: 40%;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 1.25rem 3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(20px);
     -moz-transform: translateX(-50%) translateY(20px);
      -ms-transform: translateX(-50%) translateY(20px);
       -o-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  width: 45%;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 0.5rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  font: 600 1.125rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #5B5B5B;
  border-bottom: 1px solid #CCCCCC;
}
#menu .nav_a1 li .sec1 dl dt a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #5B5B5B;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.35rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover .sec1 {
  -webkit-transform: translateX(-50%) translateY(0);
     -moz-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
       -o-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
#menu .nav_a1 li:hover &gt; a, #menu .nav_a1 li.active &gt; a {
  color: var(--topys-color1);
}
#menu .nav_a1 li:hover &gt; a span::after, #menu .nav_a1 li.active &gt; a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: #000;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav &gt; li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav &gt; li &gt; a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav &gt; li &gt; a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav &gt; li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav &gt; li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav &gt; li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav &gt; li, .m-bm-head.white .m-bm-nav &gt; li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav &gt; li &gt; a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav &gt; li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide .img &gt; img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img &gt; img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 1.5rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
  max-width: 50%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.25rem;
    margin-top: 0.8em;
    max-width: inherit;
  }
}
.pc-banner .mySwipera .banwez1 a.more-b {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 a.more-b {
    margin-top: 1rem;
  }
}
.pc-banner .mySwipera .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .jt-ast {
    display: none;
  }
}
.pc-banner .mySwipera .jt-ast &gt; div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.pc-banner .mySwipera .jt-ast &gt; div.swiper-button-next1 {
  right: 4%;
}
.pc-banner .mySwipera .jt-ast &gt; div.swiper-button-prev1 {
  left: 4%;
}
.pc-banner .mySwipera .jt-ast &gt; div i {
  font-size: 4rem;
  color: #FFFFFF;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 600 0.875rem/1.5em "Montserrat";
  margin-bottom: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.swiper-pagination1 {
  text-align: center;
}
.swiper-pagination1 span {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  width: 1.4375rem;
  height: 0.25rem;
  margin: 0 0.125rem;
  border-radius: 0;
  border: none;
}
.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0A458C;
}
.swiper-pagination1.hs span {
  background: rgba(134, 134, 134, 0.3);
}
.swiper-pagination1.hs span.swiper-pagination-bullet-active {
  background: #0A458C;
}
.swiper-pagination1.bs span {
  background: #fff;
}
.swiper-pagination1.bs span.swiper-pagination-bullet-active {
  background: #000000;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-p {
  color: #464646;
  font: 400 1rem/1.75em "Noto Sans SC";
  text-align: justify;
}

.title1 {
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .title1 {
    text-wrap: balance;
  }
}
.title1 .tit {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .ftit {
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .title1 .ftit {
    font-size: 1.125rem;
  }
}
.title1.bs {
  color: #fff;
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cont1 {
  padding: var(--pandrd) 0 -webkit-calc(var(--pandrd) * 0.65);
  padding: var(--pandrd) 0 -moz-calc(var(--pandrd) * 0.65);
  padding: var(--pandrd) 0 calc(var(--pandrd) * 0.65);
}
.cont1 .a1v1 {
  position: relative;
}
.cont1 .a1v1 u {
  display: block;
}
@media (max-width: 768px) {
  .cont1 .a1v1 u {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
}
.cont1 .a1v1 u img {
  width: 100%;
}
.cont1 .a1v1 .a1b1c1 {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1c1 {
    position: static;
    -webkit-transform: inherit;
       -moz-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
  }
}
.cont1 .a1v1 .a1b1c1 li {
  width: 28.5714285714%;
  text-align: center;
  color: #464646;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1c1 li {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .a1b1c1 li i {
  display: block;
  font-size: 0;
  width: 7.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1c1 li i {
    width: 6rem;
  }
}
.cont1 .a1v1 .a1b1c1 li i img {
  width: 100%;
}
.cont1 .a1v1 .a1b1c1 li .wenata .tit {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1c1 li .wenata .tit {
    font-size: 1.25rem;
  }
}
.cont1 .a1v1 .a1b1c1 li .wenata .p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1c1 li .wenata .p {
    text-wrap: balance;
  }
}

.cont2 {
  position: relative;
}
@media (max-width: 768px) {
  .cont2 {
    margin-top: 1rem;
  }
}
.cont2 u {
  display: block;
  font-size: 0;
}
.cont2 u img {
  width: 100%;
}
.cont2 .a2v1 {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    position: static;
    margin-bottom: 1.25rem;
  }
  .cont2 .a2v1 .title1 {
    color: #000000;
  }
}

.cont3 {
  padding: var(--pandrd) 0;
}
.cont3 .a3_b1 {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 {
    margin-top: 0;
  }
}
.cont3 .a3_b1 li {
  width: 31%;
}
@media (max-width: 450px) {
  .cont3 .a3_b1 li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont3 .a3_b1 li a.block {
  display: block;
  padding: 4rem 10%;
  height: 100%;
  box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li a.block {
    padding: 2rem 10%;
  }
}
.cont3 .a3_b1 li a.block i {
  display: block;
  font-size: 0;
  width: 7.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li a.block i {
    width: 5rem;
  }
}
.cont3 .a3_b1 li a.block i img {
  width: 100%;
}
.cont3 .a3_b1 li a.block .wenata {
  color: #464646;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li a.block .wenata {
    margin-top: 1rem;
  }
}
.cont3 .a3_b1 li a.block .wenata h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont3 .a3_b1 li a.block .wenata h2 {
    font-size: 1.25rem;
  }
}
.cont3 .a3_b1 li a.block .wenata .p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.cont3 .a3_b1 li:hover a.block {
  background: #0A458C;
}
.cont3 .a3_b1 li:hover a.block i img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cont3 .a3_b1 li:hover a.block .wenata {
  color: #fff;
}

.cont4 {
  padding: -webkit-calc(var(--pandrd) * 1.7) 0;
  padding: -moz-calc(var(--pandrd) * 1.7) 0;
  padding: calc(var(--pandrd) * 1.7) 0;
}
.cont4 .a4_list1 {
  margin-top: -webkit-calc(var(--pandrd) * 0.8);
  margin-top: -moz-calc(var(--pandrd) * 0.8);
  margin-top: calc(var(--pandrd) * 0.8);
}
@media (max-width: 768px) {
  .cont4 .a4_list1 {
    margin-top: 0.5rem;
  }
}
.cont4 .a4_list1 li {
  text-align: center;
  color: #0A458C;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li {
    width: 50%;
    margin-top: 1.5rem;
  }
}
.cont4 .a4_list1 li .data {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li .data {
    font-size: 3rem;
  }
}
.cont4 .a4_list1 li .data sup {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1em;
  vertical-align: top;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li .data sup {
    font-size: 1.5rem;
  }
}
.cont4 .a4_list1 li p {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4_list1 li p {
    font-size: 1rem;
    padding: 0 1em;
  }
}

.cont5 {
  position: relative;
}
.cont5 u {
  display: block;
  font-size: 0;
}
.cont5 u img {
  width: 100%;
}
.cont5 .a5v1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
.cont5 .a5v1 .data {
  font-size: 11.75rem;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .data {
    font-size: 5rem;
  }
}
.cont5 .a5v1 .data sup {
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: 1em;
  vertical-align: top;
}
@media (max-width: 768px) {
  .cont5 .a5v1 .data sup {
    font-size: 2rem;
  }
}
.cont5 .a5v1 p {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont5 .a5v1 p {
    font-size: 1.25rem;
  }
}

.cont6 {
  background: #0A458C;
  padding: var(--pandrd) 0;
}
.cont6 .a6v1 {
  margin-top: -webkit-calc(var(--pandrd) * 0.65);
  margin-top: -moz-calc(var(--pandrd) * 0.65);
  margin-top: calc(var(--pandrd) * 0.65);
}
.cont6 .a6v1 .a6b1 {
  width: 49.8571428571%;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 {
    width: 100%;
  }
}
.cont6 .a6v1 .a6b1 img {
  width: 100%;
}
.cont6 .a6v1 .a6b2 {
  width: 46.4285714286%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}
.cont6 .a6v1 .a6b2 li {
  color: #fff;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 li {
    margin-top: 1.5rem;
  }
}
.cont6 .a6v1 .a6b2 li .date {
  width: 7.1875rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 li .date {
    width: 6rem;
  }
}
.cont6 .a6v1 .a6b2 li .date b {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1em;
  display: block;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 li .date b {
    font-size: 2.25rem;
  }
}
.cont6 .a6v1 .a6b2 li .date span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  display: block;
}
.cont6 .a6v1 .a6b2 li a.name {
  display: block;
  width: -webkit-calc(95% - 7.1875rem);
  width: -moz-calc(95% - 7.1875rem);
  width: calc(95% - 7.1875rem);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 li a.name {
    font-size: 1.125rem;
    width: -webkit-calc(95% - 6rem);
    width: -moz-calc(95% - 6rem);
    width: calc(95% - 6rem);
  }
}
.cont6 .a6v2 {
  margin-top: -webkit-calc(var(--pandrd) * 0.5);
  margin-top: -moz-calc(var(--pandrd) * 0.5);
  margin-top: calc(var(--pandrd) * 0.5);
}

.foot-fot {
  position: relative;
  border-top: 1px solid #DFDFDF;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 5rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #6D6D6D;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #6D6D6D;
  display: block;
}
.foot-fot .foota1 .foot-tit a:hover {
  color: var(--color-zt);
}
.foot-fot .foota1 .fo-a2 .dlogo img {
  height: 3.5625rem;
}
.foot-fot .foota1 .fo-a2 p {
  color: #231815;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.36rem;
  margin-top: 0.35rem;
}
.foot-fot .foota1 .fo-a1 {
  width: 22.1428571429%;
  margin-left: 5%;
}
.foot-fot .foota1 .fo-a1 .foot-tit {
  width: 50%;
  margin-bottom: 0.5rem;
}
.foot-fot .foota1 .fo-a3 .dtel {
  color: var(--color-zt);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.foot-fot .foota1 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .social-share a {
  color: #8B8B8B;
  border-color: #8B8B8B;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .social-share a:hover {
  background: var(--color-zt);
  border-color: var(--color-zt);
  color: #fff;
}
.foot-fot .foota2 {
  color: #fff;
  font: 400 1.125rem/1.65em "Noto Sans SC";
  padding: 0.8em 0;
  background: var(--color-zt);
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .foot-fot .foota2 {
    font-size: 1rem;
  }
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.4);
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .foota2 .asxt a + a {
  margin-left: 1em;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.foot1-m .m-bm-menu {
  background: #fff;
}
.foot1-m .m-bm-nav &gt; li, .foot1-m .m-bm-nav &gt; li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.foot1-m .m-bm-nav &gt; li &gt; a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav &gt; li .sec a, .foot1-m .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li &gt; a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #009DDE;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li &gt; a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha li &gt; a i img {
  height: 1.75rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination &gt; li {
  display: inline;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
  line-height: 2.1;
}

.pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:focus, .pagination &gt; li &gt; span:hover {
  z-index: 2;
  color: var(--color-zt);
  background-color: #eee;
  border-color: #ddd;
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--color-zt);
  border-color: var(--color-zt);
  vertical-align: middle;
}

.pagination &gt; .disabled &gt; a, .pagination &gt; .disabled &gt; a:focus, .pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; span:focus, .pagination &gt; .disabled &gt; span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg &gt; li &gt; a, .pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg &gt; li:first-child &gt; a, .pagination-lg &gt; li:first-child &gt; span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg &gt; li:last-child &gt; a, .pagination-lg &gt; li:last-child &gt; span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm &gt; li &gt; a, .pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm &gt; li:first-child &gt; a, .pagination-sm &gt; li:first-child &gt; span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm &gt; li:last-child &gt; a, .pagination-sm &gt; li:last-child &gt; span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li &gt; a, .pager li &gt; span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li &gt; a:focus, .pager li &gt; a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next &gt; a, .pager .next &gt; span {
  float: right;
}

.pager .previous &gt; a, .pager .previous &gt; span {
  float: left;
}

.pager .disabled &gt; a, .pager .disabled &gt; a:focus, .pager .disabled &gt; a:hover, .pager .disabled &gt; span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li &gt; a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li &gt; a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color-zt);
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .img-as {
  position: relative;
}
.nbanner .img-as::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.nbanner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .nbanner video {
    display: none;
  }
}
.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font: 600 1.5rem/1.25em "Noto Sans SC";
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 500;
  }
}
.nbanner .nbanner-wen1 .banner-cont .more-b {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .more-b {
    margin-top: 1.5rem;
  }
}
.nbanner .n_mbx {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: none;
  background: transparent;
}
.nbanner .n_mbx .n_src li a {
  color: #fff;
}
.nbanner .n_mbx .n_src li a::after {
  height: 3px;
}
.nbanner .n_mbx .n_src li:hover a, .nbanner .n_mbx .n_src li.active a {
  color: #fff;
}

.n_mbx {
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  z-index: 9;
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
@media (max-width: 768px) {
  .n_mbx .n_src li + li {
    margin-left: 1.75rem;
  }
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: var(--color-zt);
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: var(--head-height);
  margin-top: -webkit-calc(var(--head-height) * -1);
  margin-top: -moz-calc(var(--head-height) * -1);
  margin-top: calc(var(--head-height) * -1);
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.ny-tit .entit {
  color: #535353;
  font: 700 1.5rem/1.2em "Montserrat";
  text-transform: uppercase;
}
.ny-tit .tit {
  color: #535353;
  font: 600 2.5rem/1.3em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}

.abt-cont1 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.abt-cont1 .abt-a1v1 {
  padding: 2rem 0 var(--pandrd);
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    padding: 1rem 0 var(--pandrd);
  }
}
.abt-cont1 .abt-a1v1 .p1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .p1 {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v1 .p1 p {
  margin-bottom: 0.5em;
}
.abt-cont1 .abt-a1v1 .a4_list1 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .a4_list1 {
    margin-top: 0.5rem;
  }
}
.abt-cont1 .abt-a1v1 .a4_list1 li {
  text-align: center;
  color: #0A458C;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .a4_list1 li {
    width: 50%;
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1v1 .a4_list1 li .data {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .a4_list1 li .data {
    font-size: 3rem;
  }
}
.abt-cont1 .abt-a1v1 .a4_list1 li .data .wesxa {
  font-size: 3.25rem;
  line-height: 1em;
}
.abt-cont1 .abt-a1v1 .a4_list1 li .data sup {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1em;
  vertical-align: top;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .a4_list1 li .data sup {
    font-size: 1.5rem;
  }
}
.abt-cont1 .abt-a1v1 .a4_list1 li p {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .a4_list1 li p {
    font-size: 1rem;
    padding: 0 1em;
  }
}

.abt-cont2 {
  position: relative;
}
.abt-cont2 u {
  display: block;
  font-size: 0;
}
.abt-cont2 u img {
  width: 100%;
}
.abt-cont2 .abt-a2v1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.abt-cont2 .abt-a2v1 .title1 .ftit1 {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .title1 .ftit1 {
    font-size: 1.25rem;
  }
}

.abt-cont3 {
  padding: -webkit-calc(var(--pandrd) * 0.6) 0;
  padding: -moz-calc(var(--pandrd) * 0.6) 0;
  padding: calc(var(--pandrd) * 0.6) 0;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: var(--pandrd) 0;
  }
}
.abt-cont3 u {
  display: block;
  font-size: 0;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont3 u {
    margin-top: 1.5rem;
  }
}
.abt-cont3 u img {
  width: 100%;
}

.abt-cont4 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: -webkit-calc(var(--pandrd) * 1.5) 0;
  padding: -moz-calc(var(--pandrd) * 1.5) 0;
  padding: calc(var(--pandrd) * 1.5) 0;
}
.abt-cont4 .abt_list1 {
  margin-top: 4rem;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt_list1 {
    margin-top: 2rem;
    padding: 0 2%;
  }
}
.abt-cont4 .abt_list1 li {
  text-align: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .abt-cont4 .abt_list1 li {
    padding: 0;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 48%;
  }
}
.abt-cont4 .abt_list1 li a {
  color: #fff;
}
.abt-cont4 .abt_list1 li i {
  display: block;
  font-size: 0;
  width: 7.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .abt-cont4 .abt_list1 li i {
    width: 5rem;
  }
}
.abt-cont4 .abt_list1 li i img {
  width: 100%;
}
.abt-cont4 .abt_list1 li p {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt_list1 li p {
    font-size: 1.125rem;
  }
}

.abt-cont5 {
  background: #F0F0F0;
  padding: var(--pandrd) 0;
}
.abt-cont5 .mySwiper1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper1 {
    margin-top: 1.5rem;
  }
}
.abt-cont5 .mySwiper1 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont5 .mySwiper1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.news-list1 li {
  background: #F6F5F5;
}
.news-list1 li a.img {
  display: block;
  font-size: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .news-list1 li a.img {
    width: 100%;
  }
}
.news-list1 li a.img img {
  width: 100%;
}
.news-list1 li .cont-p {
  width: 50%;
  padding: 1.5rem 5%;
}
@media (max-width: 768px) {
  .news-list1 li .cont-p {
    width: 100%;
    padding: 1.5rem 7%;
  }
}
.news-list1 li .cont-p .data {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.news-list1 li .cont-p a.name {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.news-list1 li .cont-p a.name:hover {
  color: var(--color-zt);
}
.news-list1 li .cont-p .p1 {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .news-list1 li .cont-p .p1 {
    margin-top: 0.75rem;
  }
}
.news-list1 li .cont-p .xm-more {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.65em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .news-list1 li .cont-p .xm-more {
    margin-top: 1rem;
  }
}
.news-list1 li .cont-p .xm-more i {
  color: #767676;
  margin-left: 0.125rem;
}
@media (max-width: 768px) {
  .news-list1 li .cont-p .xm-more i {
    font-size: 0.75rem;
  }
}
.news-list1 li .cont-p .xm-more:hover {
  color: var(--color-zt);
}
.news-list1 li .cont-p .xm-more:hover i {
  color: var(--color-zt);
}

.news-list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.news-list li a.img {
  display: block;
  font-size: 0;
  padding-bottom: 66%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.news-list li a.img &gt; img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-list li a.img img {
  width: 100%;
}
.news-list li .cont-p {
  border: 1px solid #C6C6C6;
  padding: 1.5rem 7%;
}
@media (max-width: 768px) {
  .news-list li .cont-p {
    padding: 1.4rem 6%;
  }
}
.news-list li .cont-p .data {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.news-list li .cont-p a.name {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 0.35rem;
}
.news-list li .cont-p a.name:hover {
  color: var(--color-zt);
}
.news-list li .cont-p .xm-more {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
.news-list li .cont-p .xm-more i {
  color: #767676;
  margin-left: 0.125rem;
}
@media (max-width: 768px) {
  .news-list li .cont-p .xm-more i {
    font-size: 0.75rem;
  }
}
.news-list li .cont-p .xm-more:hover {
  color: var(--color-zt);
}
.news-list li .cont-p .xm-more:hover i {
  color: var(--color-zt);
}

.ny-show_body {
  padding-top: var(--head-height);
}
.ny-show_body .head {
  border-color: rgba(0, 0, 0, 0.1);
}
.ny-show_body .head2 {
  background: var(--color-zt);
}

.show-news-content {
  padding: 1rem 0 5.375rem;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 1rem 0 2rem;
  }
}
.show-news-content .show-news-a1_v1 {
  padding: 0 10.7142857143%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    padding: 0;
  }
}
.show-news-content .show-news-a1_v1 .txtt .asjx1 {
  margin-top: 1.5rem;
  gap: 0.5rem 2rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .txtt .asjx1 {
    margin-top: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .txtt .asjx1 dl dt {
  color: #0A458C;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .txtt .asjx1 dl dd {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .txtt .asjx2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .txtt .asjx2 {
    margin-top: 1rem;
  }
}
.show-news-content .show-news-a1_v1 .txtt .asjx2 &gt; .tit {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 600;
}
.show-news-content .show-news-a1_v1 .txtt .asjx2 .p1 {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5em;
}
.show-news-content .show-news-a1_v1 .txtt .asjx2 .p1 p {
  padding-left: 1em;
  position: relative;
}
.show-news-content .show-news-a1_v1 .txtt .asjx2 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.show-news-content .show-news-a1_v1 .title-a {
  color: #231F1E;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .title-a {
    font-size: 1.8rem;
  }
}
.show-news-content .show-news-a1_v1 .date-a {
  color: #959595;
  font-size: 1rem;
  line-height: 1.5em;
  border-bottom: 1px solid #D6D6D6;
  padding: 0.75rem 0 1.25rem;
}
.show-news-content .show-news-a1_v1 .content {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .content {
    padding: 1.25rem 0;
  }
}
.show-news-content .show-news-a1_v1 .content img {
  width: 100%;
}
.show-news-content .show-news-a1_v1 .xgxw-cont {
  background: #F3F4F4;
  padding: 2.5rem 4%;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xgxw-cont {
    padding: 1.56rem 6%;
  }
}
.show-news-content .show-news-a1_v1 .xgxw-cont .tit {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 {
    margin-top: 0.65rem;
  }
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 li a.name p {
  color: #333333;
  font-size: 1rem;
  line-height: 2em;
  padding-left: 1em;
  width: 60%;
  position: relative;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 li a.name p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 li a.name span {
  display: block;
  color: #333333;
  font-size: 1rem;
  line-height: 2em;
}
.show-news-content .show-news-a1_v1 .xgxw-cont .xg-news-list1 li a.name:hover p {
  color: var(--color-zt);
}

.job-cont1 {
  padding: -webkit-calc(var(--pandrd) * 0.7) 0 var(--pandrd);
  padding: -moz-calc(var(--pandrd) * 0.7) 0 var(--pandrd);
  padding: calc(var(--pandrd) * 0.7) 0 var(--pandrd);
}
.job-cont1 .p1 {
  text-align: center;
  color: #8A8A8A;
  font-size: 1.125rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont1 .p1 {
    text-align: left;
  }
}
.job-cont1 .more-b {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .job-cont1 .more-b {
    margin-top: 1.25rem;
  }
}

.job-cont2 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: -webkit-calc(var(--pandrd) * 3) 0;
  padding: -moz-calc(var(--pandrd) * 3) 0;
  padding: calc(var(--pandrd) * 3) 0;
}

.job-cont3 {
  padding: 5.25rem 0;
}
@media (max-width: 768px) {
  .job-cont3 {
    padding: 2rem 0;
  }
}
.job-cont3 .mySwiper2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont3 .mySwiper2 {
    margin-top: 1.5rem;
  }
}
.job-cont3 .mySwiper2 .swiper-slide .img img {
  width: 100%;
}
.job-cont3 .mySwiper2 .swiper-slide .tit {
  text-align: center;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont3 .mySwiper2 .swiper-slide .tit {
    font-size: 1.25rem;
    margin-top: 0.75rem;
  }
}
.job-cont3 .mySwiper2 .swiper-pagination1a {
  text-align: center;
  margin-top: 1rem;
}
.job-cont3 .mySwiper2 .swiper-pagination1a span {
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid var(--color-zt);
  opacity: 1;
  background: #fff;
  margin: 0 0.4rem;
}
.job-cont3 .mySwiper2 .swiper-pagination1a span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}

.job-cont4 {
  background: var(--color-zt);
  padding: var(--pandrd) 0;
}
.job-cont4 .job-a4v1 {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .jt-ast {
    display: none;
  }
}
.job-cont4 .job-a4v1 .jt-ast &gt; div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.job-cont4 .job-a4v1 .jt-ast &gt; div.swiper-button-next1 {
  right: -webkit-calc(var(--cbasta) * -0.8);
  right: -moz-calc(var(--cbasta) * -0.8);
  right: calc(var(--cbasta) * -0.8);
}
.job-cont4 .job-a4v1 .jt-ast &gt; div.swiper-button-prev1 {
  left: -webkit-calc(var(--cbasta) * -0.8);
  left: -moz-calc(var(--cbasta) * -0.8);
  left: calc(var(--cbasta) * -0.8);
}
.job-cont4 .job-a4v1 .jt-ast &gt; div i {
  font-size: 4rem;
  color: #FFFFFF;
}
.job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p {
  background: #fff;
  padding: 5.625rem 5.5%;
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p {
    padding: 2rem 7%;
  }
}
.job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 {
  width: 62.2516556291%;
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 {
    width: 100%;
  }
}
.job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 i {
  display: block;
  font-size: 0;
  width: 3.4375rem;
  margin-left: -1.6875rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 i {
    width: 2.5rem;
    margin-left: -1rem;
  }
}
.job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 i img {
  width: 100%;
}
.job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .tit {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.65em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .tit {
    margin-top: 1.25rem;
    font-size: 1.35rem;
  }
}
.job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txt {
  color: #8A8A8A;
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 0.75rem;
}
.job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .rexa {
  color: #8A8A8A;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .rexa {
    margin-top: 1.5rem;
  }
}
.job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .img {
  width: 20.3642384106%;
}
@media (max-width: 768px) {
  .job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .img {
    width: 50%;
    margin: 2rem auto 0;
  }
}
.job-cont4 .job-a4v1 .mySwiper3 .swiper-slide .cont-p .img img {
  width: 100%;
}

.job-cont5 {
  padding: 5.625rem 0 3.25rem;
}
@media (max-width: 768px) {
  .job-cont5 {
    padding: 2rem 0;
  }
}
.job-cont5 .sslaz {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .job-cont5 .sslaz {
    margin-top: 1.5rem;
  }
}
.job-cont5 .sslaz .contact .dts1 {
  width: 20.4285714286%;
}
@media (max-width: 768px) {
  .job-cont5 .sslaz .contact .dts1 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.job-cont5 .sslaz .contact .dts1 select {
  border: 1px solid #DEDEDE;
  color: #808080;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  width: 100%;
  padding: 0 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat 96% center #fff;
  -o-background-size: 1.25rem auto;
     background-size: 1.25rem auto;
}
.job-cont5 .sslaz .contact .sskz {
  width: 56.2857142857%;
}
@media (max-width: 768px) {
  .job-cont5 .sslaz .contact .sskz {
    width: 100%;
  }
}
.job-cont5 .sslaz .contact .sskz input {
  width: 71.9543147208%;
  border: 1px solid #DEDEDE;
  color: #808080;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  padding: 0 1em;
  text-indent: 10%;
  background: url(../images/asxtas.svg) no-repeat 4% center;
  -o-background-size: 1.5rem auto;
     background-size: 1.5rem auto;
}
@media (max-width: 768px) {
  .job-cont5 .sslaz .contact .sskz input {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.job-cont5 .sslaz .contact .sskz .more-xt {
  width: 12.6903553299%;
  display: block;
  text-align: center;
  border: 1px solid #DEDEDE;
  color: #969696;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
}
@media (max-width: 768px) {
  .job-cont5 .sslaz .contact .sskz .more-xt {
    width: 48%;
  }
}
.job-cont5 .sslaz .contact .sskz button.more-xt {
  background: #0A458C;
  color: #fff;
}
.job-cont5 .dow-list2 {
  margin-top: 2.5rem;
}
.job-cont5 .dow-list2 li {
  border-bottom: 1px solid #F0F0F0;
}
.job-cont5 .dow-list2 li p {
  text-align: center;
}
.job-cont5 .dow-list2 li p:nth-child(1) {
  width: 25%;
}
.job-cont5 .dow-list2 li p:nth-child(2) {
  width: 25%;
}
.job-cont5 .dow-list2 li p:nth-child(3), .job-cont5 .dow-list2 li p:nth-child(4), .job-cont5 .dow-list2 li p:nth-child(5) {
  width: 16.6666666667%;
}
@media (max-width: 768px) {
  .job-cont5 .dow-list2 li p:nth-child(3), .job-cont5 .dow-list2 li p:nth-child(4), .job-cont5 .dow-list2 li p:nth-child(5) {
    display: none;
  }
}
@media (max-width: 768px) {
  .job-cont5 .dow-list2 li p {
    width: 50% !important;
  }
}
.job-cont5 .dow-list2 li:nth-child(1) {
  border-top: 0.25rem solid #0A458C;
}
.job-cont5 .dow-list2 li:nth-child(1) p {
  color: #666666;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 1em 0;
}
.job-cont5 .dow-list2 li:not(:nth-child(1)) p {
  color: #666666;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1em 0;
}
.job-cont5 .dow-list2 li:not(:nth-child(1)) p:nth-child(1) {
  font-size: 1.25rem;
  text-align: left;
  padding-left: 5%;
}
@media (max-width: 768px) {
  .job-cont5 .dow-list2 li:not(:nth-child(1)) p:nth-child(1) {
    padding-left: 0;
  }
}
.job-cont5 .dow-list2 li:not(:nth-child(1)):hover {
  background: rgba(10, 69, 140, 0.1);
}

.lx-cont1 {
  padding: 1.5625rem 0 5.625rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 1.5rem 0 2rem;
  }
}
.lx-cont1 .lx-a1v1 {
  background: #F6F5F5;
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-tup {
  width: 50%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-tup {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-tup img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-wenz {
  width: 50%;
  padding: 2rem 10%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-wenz {
    width: 100%;
    padding: 1.5rem 5%;
  }
}
.lx-cont1 .lx-a1v1 .lx-wenz .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-wenz .tit {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-wenz .p1 {
  margin-top: 1rem;
}
.lx-cont1 .lx-a1v1 .lx-wenz .p1 div {
  margin-top: 0.25rem;
}
.lx-cont1 .lx-a1v1 .lx-wenz .p1 div i {
  color: #464646;
  font-size: 1.38rem;
  line-height: 1.5em;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-wenz .p1 div i {
    font-size: 1.125rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-wenz .p1 div p {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-wenz .p1 div p {
    font-size: 1.125rem;
  }
}

.heng1 {
  display: block;
  font-size: 0;
}
.heng1 img {
  width: 100%;
}

.lx-cont2 {
  padding-bottom: 2.875rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding-bottom: 2rem;
  }
}
.lx-cont2 .heng1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 .heng1 {
    margin-top: 1.5rem;
  }
}

.lx-cont3 {
  background: var(--color-zt);
  padding: var(--pandrd) 0;
}
.lx-cont3 form .msg-a1 .inpt {
  width: 31.4285714286%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont3 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}
.lx-cont3 form input {
  width: 100%;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 0.875rem;
  line-height: 3.125rem;
}
.lx-cont3 form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
}
.lx-cont3 form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.lx-cont3 form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.lx-cont3 form select {
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
  line-height: 3.125rem;
  height: 3.125rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax1.svg) no-repeat 100% center transparent;
  -o-background-size: 1rem auto;
     background-size: 1rem auto;
}
.lx-cont3 form select option {
  color: #666;
}
.lx-cont3 form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.5em 0;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont3 form textarea {
    margin-top: 1rem;
  }
}
.lx-cont3 form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
}
.lx-cont3 form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.lx-cont3 form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.lx-cont3 form .div_aghgha {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont3 form .div_aghgha {
    margin-top: 1rem;
  }
}

.ems-cont1 {
  padding: 3rem 0 4rem;
}
@media (max-width: 768px) {
  .ems-cont1 {
    padding: 1rem 0 2rem;
  }
}
.ems-cont1 .heng1 {
  margin-top: 3rem;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .ems-cont1 .heng1 {
    margin-top: 1.5rem;
  }
}

.ems-cont1ak {
  padding: var(--pandrd) 0;
  background: #F1F1F1;
}
.ems-cont1ak .heng1 {
  margin-top: 3rem;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .ems-cont1ak .heng1 {
    margin-top: 1.5rem;
  }
}

.ems-cont2 {
  background: #0A458C;
  padding: var(--pandrd) 0;
}
.ems-cont2 .ems-a2_list1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .ems-cont2 .ems-a2_list1 {
    margin-top: 0;
  }
}
.ems-cont2 .ems-a2_list1 li {
  width: 19.4285714286%;
  background: #fff;
  padding: 1.8rem 1.5rem;
}
@media (max-width: 768px) {
  .ems-cont2 .ems-a2_list1 li {
    width: 48%;
    padding: 1.5rem 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .ems-cont2 .ems-a2_list1 li {
    width: 100%;
    padding: 1.5rem 1.5rem;
  }
}
.ems-cont2 .ems-a2_list1 li i {
  font-size: 0;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background: var(--color-zt);
  margin: 0 auto;
}
.ems-cont2 .ems-a2_list1 li i img {
  width: 60%;
}
.ems-cont2 .ems-a2_list1 li .tit {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
  padding: 0.75rem 0 0.2rem;
}
@media (max-width: 768px) {
  .ems-cont2 .ems-a2_list1 li .tit {
    font-size: 1.35rem;
  }
}
.ems-cont2 .ems-a2_list1 li .p {
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
}
.ems-cont2 .ems-a2_list1 li .p p {
  padding-left: 1em;
  position: relative;
  margin-top: 0.5em;
}
.ems-cont2 .ems-a2_list1 li .p p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.ems-cont3 {
  padding: var(--pandrd) 0 3.5rem;
}
@media (max-width: 768px) {
  .ems-cont3 {
    padding: 2rem 0;
  }
}
.ems-cont3 .mySwiper41 {
  margin-top: 2.8rem;
  padding: 0 1px;
}
@media (max-width: 768px) {
  .ems-cont3 .mySwiper41 {
    margin-top: 1.5rem;
  }
}
.ems-cont3 .mySwiper41 .swiper-slide .img {
  overflow: hidden;
}
.ems-cont3 .mySwiper41 .swiper-slide .img img {
  width: 100%;
}
.ems-cont3 .mySwiper41 .swiper-slide .cont-p {
  border: 1px solid #C6C6C6;
  padding: 1.5rem 1.8rem;
}
.ems-cont3 .mySwiper41 .swiper-slide .cont-p .tit {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
}
.ems-cont3 .mySwiper41 .swiper-slide .cont-p .p1 {
  color: #666;
  font-size: 1rem;
  line-height: 1.65em;
  height: 8.25em;
  overflow: hidden;
  margin-top: 0.75rem;
}
.ems-cont3 .mySwiper41 .swiper-pagination1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .ems-cont3 .mySwiper41 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.ems-cont4 {
  background: #0A458C;
  padding: var(--pandrd) 0;
}
.ems-cont4 .ems-a4v1 {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .ems-cont4 .ems-a4v1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .ems-cont4 .ems-a4v1 .jt-ast {
    display: none;
  }
}
.ems-cont4 .ems-a4v1 .jt-ast &gt; div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.ems-cont4 .ems-a4v1 .jt-ast &gt; div.swiper-button-next1 {
  right: -webkit-calc(var(--cbasta) * -0.8);
  right: -moz-calc(var(--cbasta) * -0.8);
  right: calc(var(--cbasta) * -0.8);
}
.ems-cont4 .ems-a4v1 .jt-ast &gt; div.swiper-button-prev1 {
  left: -webkit-calc(var(--cbasta) * -0.8);
  left: -moz-calc(var(--cbasta) * -0.8);
  left: calc(var(--cbasta) * -0.8);
}
.ems-cont4 .ems-a4v1 .jt-ast &gt; div i {
  font-size: 4rem;
  color: #FFFFFF;
}
.ems-cont4 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p {
  background: #FFFFFF;
}
.ems-cont4 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .img {
  width: 50%;
}
@media (max-width: 768px) {
  .ems-cont4 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .img {
    width: 100%;
  }
}
.ems-cont4 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 {
  width: 50%;
  padding: 1.5rem 4.25%;
}
@media (max-width: 768px) {
  .ems-cont4 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 {
    width: 100%;
    padding: 1.25rem 6%;
  }
}
.ems-cont4 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .ems-cont4 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .tit {
    font-size: 1.35rem;
  }
}
.ems-cont4 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txt {
  color: #000000;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.5em;
}

.ems-cont5 {
  background: #F1F1F1;
  padding: var(--pandrd) 0;
}
.ems-cont5 .mySwiper4 {
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .ems-cont5 .mySwiper4 {
    margin-top: 1.5rem;
  }
}
.ems-cont5 .mySwiper4 .swiper-slide {
  background: #FFFFFF;
  padding: 4rem 3% 2rem;
}
.ems-cont5 .mySwiper4 .swiper-slide .img {
  width: 7.375rem;
  height: 7.375rem;
  background: #0A458C;
  border-radius: 50%;
  margin: 0 auto;
}
.ems-cont5 .mySwiper4 .swiper-slide .img img {
  width: 50%;
}
.ems-cont5 .mySwiper4 .swiper-slide .cont-p .tit {
  text-align: center;
  color: #0A458C;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 1.25rem 0 0.65rem;
  height: 3em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ems-cont5 .mySwiper4 .swiper-slide .cont-p .tit {
    height: auto;
  }
}
.ems-cont5 .mySwiper4 .swiper-slide .cont-p .p1 {
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
  height: 6.6em;
  overflow: hidden;
}
.ems-cont5 .mySwiper4 .swiper-pagination1 {
  margin-top: 1.25rem;
}

.ems-cont6 {
  background: #0A458C;
  padding: var(--pandrd) 0;
}
.ems-cont6 .ems-a6v1 {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .ems-cont6 .ems-a6v1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .ems-cont6 .ems-a6v1 .jt-ast {
    display: none;
  }
}
.ems-cont6 .ems-a6v1 .jt-ast &gt; div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.ems-cont6 .ems-a6v1 .jt-ast &gt; div.swiper-button-next1 {
  right: -webkit-calc(var(--cbasta) * -0.8);
  right: -moz-calc(var(--cbasta) * -0.8);
  right: calc(var(--cbasta) * -0.8);
}
.ems-cont6 .ems-a6v1 .jt-ast &gt; div.swiper-button-prev1 {
  left: -webkit-calc(var(--cbasta) * -0.8);
  left: -moz-calc(var(--cbasta) * -0.8);
  left: calc(var(--cbasta) * -0.8);
}
.ems-cont6 .ems-a6v1 .jt-ast &gt; div i {
  font-size: 4rem;
  color: #FFFFFF;
}
.ems-cont6 .ems-a6v1 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ems-cont6 .ems-a6v1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p {
  background: #FFFFFF;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .img {
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .img {
    width: 100%;
  }
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/13.5;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .img .asjx {
  display: block;
  font-size: 0;
  width: 6rem;
}
@media (max-width: 768px) {
  .ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .img .asjx {
    width: 4.5rem;
  }
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .img .asjx img {
  width: 100%;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 {
  width: 50%;
  padding: 1.5rem 5%;
}
@media (max-width: 768px) {
  .ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 {
    width: 100%;
    padding: 1.25rem 6%;
  }
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .tit {
  color: #464646;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .sdoixc {
  background: #0A458C;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 0.25rem 0.5em;
  margin-top: 0.5rem;
  display: none;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx1 {
  margin-top: 1.5rem;
  gap: 0.5rem 2rem;
}
@media (max-width: 768px) {
  .ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx1 {
    margin-top: 1rem;
  }
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx1 dl dt {
  color: #0A458C;
  font-size: 1.5rem;
  line-height: 1.5em;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx1 dl dd {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5em;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx2 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx2 {
    margin-top: 1rem;
  }
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx2 &gt; .tit {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 600;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx2 .p1 {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5em;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx2 .p1 p {
  padding-left: 1em;
  position: relative;
}
.ems-cont6 .ems-a6v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txtt .asjx2 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.aiot-cont1 {
  padding: 1.8rem 0 var(--pandrd);
}
@media (max-width: 768px) {
  .aiot-cont1 {
    padding: 1.25rem 0 1rem;
  }
}
.aiot-cont1 .title1 .tit {
  text-wrap: balance;
}
.aiot-cont1 .asx_list1 {
  margin-top: 2.8rem;
}
@media (max-width: 768px) {
  .aiot-cont1 .asx_list1 {
    margin-top: 1.5rem;
  }
}
.aiot-cont1 .asx_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #E1E1E1;
  padding: 3rem 2% 4rem;
}
.aiot-cont1 .asx_list1 li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .aiot-cont1 .asx_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    padding: 1.5rem 2% 2rem;
    border-right: none;
  }
  .aiot-cont1 .asx_list1 li + li {
    border-top: 1px solid #E1E1E1;
  }
}
.aiot-cont1 .asx_list1 li .tit {
  color: #464646;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .aiot-cont1 .asx_list1 li .tit {
    font-size: 1.35rem;
  }
}
.aiot-cont1 .asx_list1 li .p1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .aiot-cont1 .asx_list1 li .p1 {
    margin-top: 1.5rem;
  }
}
.aiot-cont1 .asx_list1 li .p1 dl {
  --asdhx: 8.75rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .aiot-cont1 .asx_list1 li .p1 dl {
    --asdhx: 7.75rem;
  }
}
.aiot-cont1 .asx_list1 li .p1 dl + dl {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .aiot-cont1 .asx_list1 li .p1 dl + dl {
    margin-top: 1rem;
  }
}
.aiot-cont1 .asx_list1 li .p1 dl b {
  color: #0A458C;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.125em;
  width: var(--asdhx);
}
@media (max-width: 768px) {
  .aiot-cont1 .asx_list1 li .p1 dl b {
    font-size: 2.125rem;
  }
}
.aiot-cont1 .asx_list1 li .p1 dl p {
  color: #464646;
  font-size: 1.25rem;
  line-height: 1.5em;
  width: -webkit-calc(98% - var(--asdhx));
  width: -moz-calc(98% - var(--asdhx));
  width: calc(98% - var(--asdhx));
}
@media (max-width: 768px) {
  .aiot-cont1 .asx_list1 li .p1 dl p {
    font-size: 1.125rem;
  }
}

.aiot-cont2 {
  position: relative;
}
.aiot-cont2 u {
  display: block;
  font-size: 0;
}
.aiot-cont2 u img {
  width: 100%;
}
.aiot-cont2 .aipt-a2v1 {
  position: absolute;
  left: 0;
  top: 6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .aiot-cont2 .aipt-a2v1 {
    position: static;
    margin-bottom: 1.5rem;
  }
}

.aiot-cont3 {
  padding: var(--pandrd) 0;
  background: var(--color-zt);
}
.aiot-cont3 .aiot-a3v1 {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .aiot-cont3 .aiot-a3v1 {
    margin-top: 1.5rem;
  }
}
.aiot-cont3 .aiot-a3v1 u {
  display: block;
  font-size: 0;
  width: 91.0714285714%;
  position: absolute;
  left: 51%;
  bottom: 2rem;
  z-index: -1;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .aiot-cont3 .aiot-a3v1 u {
    display: none;
  }
}
.aiot-cont3 .aiot-a3v1 u img {
  width: 100%;
}
@media (max-width: 768px) {
  .aiot-cont3 .aiot-a3v1 .aiot-a3b1 {
    -webkit-align-items: self-start;
       -moz-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li {
  width: 15%;
  color: #fff;
}
@media (max-width: 768px) {
  .aiot-cont3 .aiot-a3v1 .aiot-a3b1 li {
    width: 48%;
    margin-bottom: 1rem !important;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .aiot-cont3 .aiot-a3v1 .aiot-a3b1 li .wenata {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
  }
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li .wenata .tit {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .aiot-cont3 .aiot-a3v1 .aiot-a3b1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li .wenata .p {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0.5rem 0 1rem;
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li i {
  display: block;
  font-size: 0;
  width: 66%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .aiot-cont3 .aiot-a3v1 .aiot-a3b1 li i {
    width: 45%;
  }
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li i img {
  width: 100%;
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li:nth-child(2) {
  margin-bottom: 5.75rem;
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li:nth-child(3) {
  margin-bottom: 8rem;
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li:nth-child(4) {
  margin-bottom: 9.375rem;
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li:nth-child(5) {
  margin-bottom: 12.25rem;
}
.aiot-cont3 .aiot-a3v1 .aiot-a3b1 li:nth-child(6) {
  margin-bottom: 16.25rem;
}

.aiot-cont4 {
  padding: var(--pandrd) 0;
}
.aiot-cont4 .aiot-a4v1 {
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .aiot-cont4 .aiot-a4v1 {
    margin-top: 1.5rem;
  }
}
.aiot-cont4 .aiot-a4v1 .mySwiper3 .swiper-slide .p {
  color: #666;
  font-size: 1.5rem;
  line-height: 1.65em;
  width: 42%;
}
@media (max-width: 768px) {
  .aiot-cont4 .aiot-a4v1 .mySwiper3 .swiper-slide .p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.75rem;
    font-size: 1.125rem;
  }
}
.aiot-cont4 .aiot-a4v1 .mySwiper3 .swiper-slide .img {
  width: 50%;
}
@media (max-width: 768px) {
  .aiot-cont4 .aiot-a4v1 .mySwiper3 .swiper-slide .img {
    width: 100%;
  }
}
.aiot-cont4 .aiot-a4v1 .mySwiper3 .swiper-slide .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .aiot-cont4 .aiot-a4v1 .jt-ast {
    display: none;
  }
}
.aiot-cont4 .aiot-a4v1 .jt-ast &gt; div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.aiot-cont4 .aiot-a4v1 .jt-ast &gt; div.swiper-button-next1 {
  right: -webkit-calc(var(--cbasta) * -0.8);
  right: -moz-calc(var(--cbasta) * -0.8);
  right: calc(var(--cbasta) * -0.8);
}
.aiot-cont4 .aiot-a4v1 .jt-ast &gt; div.swiper-button-prev1 {
  left: -webkit-calc(var(--cbasta) * -0.8);
  left: -moz-calc(var(--cbasta) * -0.8);
  left: calc(var(--cbasta) * -0.8);
}
.aiot-cont4 .aiot-a4v1 .jt-ast &gt; div i {
  font-size: 4rem;
  color: #000000;
}

.aiot-cont5 {
  background: var(--color-zt);
  padding: var(--pandrd) 0;
}
.aiot-cont5 .aiot-a5v1 {
  margin-top: 5.4375rem;
}
@media (max-width: 768px) {
  .aiot-cont5 .aiot-a5v1 {
    margin-top: 1.5rem;
  }
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 {
  width: 47.5714285714%;
}
@media (max-width: 768px) {
  .aiot-cont5 .aiot-a5v1 .aiot-a5b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 li {
  --kdsa: 4.6875rem;
}
@media (max-width: 768px) {
  .aiot-cont5 .aiot-a5v1 .aiot-a5b1 li {
    --kdsa: 4.25rem;
  }
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .aiot-cont5 .aiot-a5v1 .aiot-a5b1 li + li {
    margin-top: 1.5rem;
  }
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 li i {
  width: var(--kdsa);
  height: var(--kdsa);
  border-radius: 50%;
  background: #fff;
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 li i img {
  width: 45%;
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 li .wenata {
  width: -webkit-calc(96.5% - var(--kdsa));
  width: -moz-calc(96.5% - var(--kdsa));
  width: calc(96.5% - var(--kdsa));
  color: #fff;
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 li .wenata h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .aiot-cont5 .aiot-a5v1 .aiot-a5b1 li .wenata h2 {
    font-size: 1.25rem;
  }
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 li .wenata .p {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 li .wenata .p p {
  position: relative;
  padding-left: 1em;
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b1 li .wenata .p p::before {
  content: "·";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .aiot-cont5 .aiot-a5v1 .aiot-a5b1 li .wenata .p {
    font-size: 1rem;
  }
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b2 {
  width: 50.3571428571%;
}
@media (max-width: 768px) {
  .aiot-cont5 .aiot-a5v1 .aiot-a5b2 {
    width: 70%;
    margin: 0 auto 1.5rem;
  }
}
.aiot-cont5 .aiot-a5v1 .aiot-a5b2 img {
  width: 100%;
}

.aiot-a5b3 {
  width: 100%;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .aiot-a5b3 {
    margin-top: 1.5rem;
  }
}
.aiot-a5b3 li {
  --kdsa: 4.6875rem;
  width: 48%;
}
@media (max-width: 768px) {
  .aiot-a5b3 li {
    --kdsa: 4.25rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .aiot-a5b3 li + li {
    margin-top: 1.5rem;
  }
}
.aiot-a5b3 li i {
  width: var(--kdsa);
  height: var(--kdsa);
  border-radius: 50%;
  background: #fff;
}
.aiot-a5b3 li i img {
  width: 45%;
}
.aiot-a5b3 li .wenata {
  width: -webkit-calc(96.5% - var(--kdsa));
  width: -moz-calc(96.5% - var(--kdsa));
  width: calc(96.5% - var(--kdsa));
  color: #fff;
}
.aiot-a5b3 li .wenata h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .aiot-a5b3 li .wenata h2 {
    font-size: 1.25rem;
  }
}
.aiot-a5b3 li .wenata .p {
  font-size: 1.25rem;
  line-height: 1.5em;
  word-wrap: break-word;
  word-break: break-all;
}
.aiot-a5b3 li .wenata .p p {
  position: relative;
  padding-left: 1em;
}
.aiot-a5b3 li .wenata .p p::before {
  content: "·";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .aiot-a5b3 li .wenata .p {
    font-size: 1rem;
  }
}

.aiot-cont5-a {
  padding-top: var(--pandrd);
}

.aiot-cont6 {
  padding: var(--pandrd) 0;
}
.aiot-cont6 .aiot-a6v1 {
  margin-top: 1.5rem;
}
.aiot-cont6 .aiot-a6v1 .aiot-a6b1 {
  width: 41.4285714286%;
}
@media (max-width: 768px) {
  .aiot-cont6 .aiot-a6v1 .aiot-a6b1 {
    width: 100%;
  }
}
.aiot-cont6 .aiot-a6v1 .aiot-a6b1 li + li {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .aiot-cont6 .aiot-a6v1 .aiot-a6b1 li + li {
    margin-top: 1rem;
  }
}
.aiot-cont6 .aiot-a6v1 .aiot-a6b1 li .tit {
  color: #000000;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .aiot-cont6 .aiot-a6v1 .aiot-a6b1 li .tit {
    font-size: 1.65rem;
  }
}
.aiot-cont6 .aiot-a6v1 .aiot-a6b1 li .p1 {
  color: #464646;
  font-size: 1.5rem;
  line-height: 1.125em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .aiot-cont6 .aiot-a6v1 .aiot-a6b1 li .p1 {
    font-size: 1.25rem;
  }
}
.aiot-cont6 .aiot-a6v1 .aiot-a6b2 {
  width: 53%;
}
@media (max-width: 768px) {
  .aiot-cont6 .aiot-a6v1 .aiot-a6b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.aiot-cont6 .aiot-a6v1 .aiot-a6b2 img {
  width: 100%;
}

.aiot-cont7 {
  background: #0A458C;
  padding: var(--pandrd) 0;
}
.aiot-cont7 .mySwiper5 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .aiot-cont7 .mySwiper5 {
    margin-top: 1.5rem;
  }
}
.aiot-cont7 .mySwiper5 .swiper-slide a.cont-p .img img {
  width: 100%;
}
.aiot-cont7 .mySwiper5 .swiper-slide .cont-pat1 {
  padding: 1.75rem;
  background: #fff;
}
.aiot-cont7 .mySwiper5 .swiper-slide .cont-pat1 .date {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 500;
}
.aiot-cont7 .mySwiper5 .swiper-slide .cont-pat1 .tit {
  color: #0A458C;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 0.5rem;
  height: 3em;
  overflow: hidden;
}
.aiot-cont7 .mySwiper5 .swiper-slide .cont-pat1 .xmas-a {
  color: #767676;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.aiot-cont7 .mySwiper5 .swiper-slide .cont-pat1 .xmas-a i {
  font-size: 0.75rem;
}
.aiot-cont7 .mySwiper5 .swiper-slide .cont-pat1 .xmas-a:hover {
  color: var(--color-zt);
}
.aiot-cont7 .mySwiper5 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .aiot-cont7 .mySwiper5 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.ems-cont1 {
  padding: 3rem 0 4rem;
}
@media (max-width: 768px) {
  .ems-cont1 {
    padding: 1rem 0 2rem;
  }
}
.ems-cont1 .heng1 {
  margin-top: 3rem;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .ems-cont1 .heng1 {
    margin-top: 1.5rem;
  }
}
.ems-cont1.ems-cont1a {
  padding: var(--pandrd) 0;
  background: #F1F1F1;
}
.ems-cont1.ems-cont1b {
  padding: var(--pandrd) 0;
}
.ems-cont1 .cxpganksm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .ems-cont1 .cxpganksm {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .ems-cont1 .cxpganksm {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.ems-cont1 .cxpganksm li .wenata .tit {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
  padding: 0.75rem 0 0.2rem;
}
.ems-cont1 .cxpganksm li .wenata .p {
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
}
.ems-cont1 .cxpganksm li .wenata .p p {
  position: relative;
  padding-left: 1em;
}
.ems-cont1 .cxpganksm li .wenata .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.eam-cont2 {
  background: var(--color-zt);
  padding: var(--pandrd) 0;
}
.eam-cont2 .eam-a2_list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .eam-cont2 .eam-a2_list1 {
    margin-top: 0.5rem;
  }
}
.eam-cont2 .eam-a2_list1 li {
  background: #F9F9F9;
  width: 19.4285714286%;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .eam-cont2 .eam-a2_list1 li {
    width: 48%;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .eam-cont2 .eam-a2_list1 li {
    width: 100%;
  }
}
.eam-cont2 .eam-a2_list1 li i {
  font-size: 0;
  background: #009DDE;
  width: 4.9375rem;
  height: 4.9375rem;
}
.eam-cont2 .eam-a2_list1 li i img {
  width: 50%;
}
.eam-cont2 .eam-a2_list1 li .cont-p .tit {
  padding: 0 1em;
  text-align: center;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0.45em 0 0.65em;
}
.eam-cont2 .eam-a2_list1 li .cont-p .p {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0 10%;
}
@media (max-width: 450px) {
  .eam-cont2 .eam-a2_list1 li .cont-p .p {
    padding: 0 6.5%;
  }
}
.eam-cont2 .eam-a2_list1 li .cont-p .p p {
  margin-bottom: 0.5em;
}
.eam-cont2 .eam-a2_list1 li .cont-p .p strong {
  color: #0A458C;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .eam-cont2 .eam-a2_list1 li .cont-p .p strong {
    font-size: 1.35rem;
  }
}

.eam-cont3 {
  padding: var(--pandrd) 0;
}
.eam-cont3 .ems-a4v1 {
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .eam-cont3 .ems-a4v1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .eam-cont3 .ems-a4v1 .jt-ast {
    display: none;
  }
}
.eam-cont3 .ems-a4v1 .jt-ast &gt; div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.eam-cont3 .ems-a4v1 .jt-ast &gt; div.swiper-button-next1 {
  right: -webkit-calc(var(--cbasta) * -0.8);
  right: -moz-calc(var(--cbasta) * -0.8);
  right: calc(var(--cbasta) * -0.8);
}
.eam-cont3 .ems-a4v1 .jt-ast &gt; div.swiper-button-prev1 {
  left: -webkit-calc(var(--cbasta) * -0.8);
  left: -moz-calc(var(--cbasta) * -0.8);
  left: calc(var(--cbasta) * -0.8);
}
.eam-cont3 .ems-a4v1 .jt-ast &gt; div i {
  font-size: 4rem;
  color: #000000;
}
.eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .img {
  width: 50%;
}
@media (max-width: 768px) {
  .eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .img {
    width: 100%;
  }
}
.eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .img a.asjx {
  display: block;
  width: 6rem;
  z-index: 1;
  outline: none;
}
@media (max-width: 768px) {
  .eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .img a.asjx {
    width: 4.85rem;
  }
}
.eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .img a.asjx img {
  width: 100%;
}
.eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 {
  width: 50%;
  padding: 1.5rem 4.25%;
}
@media (max-width: 768px) {
  .eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 {
    width: 100%;
    padding: 1.25rem 6%;
  }
}
.eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .tit {
  color: #333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .tit {
    font-size: 1.35rem;
  }
}
.eam-cont3 .ems-a4v1 .mySwiper3 .swiper-slide .cont-p .cont-pat1 .txt {
  color: #333;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.5em;
}

.eam-cont4 {
  background: #F1F1F1;
  padding: var(--pandrd) 0;
}

.wms-cont1 {
  background: url(../images/asxt1.jpg) no-repeat center top #F1F1F1;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: var(--pandrd) 0;
}
.wms-cont1 .wms-a1_list1 {
  margin-top: 7.5rem;
}
@media (max-width: 768px) {
  .wms-cont1 .wms-a1_list1 {
    margin-top: 0;
  }
}
.wms-cont1 .wms-a1_list1 li {
  width: 23.4285714286%;
  text-align: center;
}
@media (max-width: 768px) {
  .wms-cont1 .wms-a1_list1 li {
    width: 45%;
    margin-top: 1.5rem;
  }
}
.wms-cont1 .wms-a1_list1 li + li {
  margin-left: -4.2857142857%;
}
@media (max-width: 768px) {
  .wms-cont1 .wms-a1_list1 li + li {
    margin-left: 0;
  }
}
.wms-cont1 .wms-a1_list1 li .asta1 {
  background: rgba(10, 69, 140, 0.8);
  aspect-ratio: 9/9;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.wms-cont1 .wms-a1_list1 li .asta1 i {
  display: block;
  font-size: 0;
  width: 4.375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wms-cont1 .wms-a1_list1 li .asta1 i {
    width: 3.5rem;
  }
}
.wms-cont1 .wms-a1_list1 li .asta1 i img {
  width: 100%;
}
.wms-cont1 .wms-a1_list1 li .asta1 .tit {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .wms-cont1 .wms-a1_list1 li .asta1 .tit {
    margin-top: 0.85rem;
    font-size: 1.125rem;
  }
}
.wms-cont1 .wms-a1_list1 li .p {
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .wms-cont1 .wms-a1_list1 li .p {
    margin-top: 1em;
  }
}
.wms-cont1 .wms-a1_list1 li:nth-child(2n) .asta1 {
  background: rgba(126, 126, 126, 0.8);
}

.wms-cont2 {
  padding: var(--pandrd) 0;
}
.wms-cont2 .wms-a2v1 {
  margin-top: 1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .wms-cont2 .wms-a2v1 {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .wms-cont2 .wms-a2v1 .jt-ast {
    display: none;
  }
}
.wms-cont2 .wms-a2v1 .jt-ast &gt; div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.wms-cont2 .wms-a2v1 .jt-ast &gt; div.swiper-button-next1 {
  right: -webkit-calc(var(--cbasta) * -0.8);
  right: -moz-calc(var(--cbasta) * -0.8);
  right: calc(var(--cbasta) * -0.8);
}
.wms-cont2 .wms-a2v1 .jt-ast &gt; div.swiper-button-prev1 {
  left: -webkit-calc(var(--cbasta) * -0.8);
  left: -moz-calc(var(--cbasta) * -0.8);
  left: calc(var(--cbasta) * -0.8);
}
.wms-cont2 .wms-a2v1 .jt-ast &gt; div i {
  font-size: 4rem;
  color: #000000;
}
.wms-cont2 .wms-a2v1 .mySwiper3 {
  width: 76%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wms-cont2 .wms-a2v1 .mySwiper3 {
    width: 100%;
  }
}
.wms-cont2 .wms-a2v1 .mySwiper3 .swiper-slide .cont-p .img img {
  width: 100%;
}
.wms-cont2 .wms-a2v1 .mySwiper3 .swiper-slide .cont-p .tit {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .wms-cont2 .wms-a2v1 .mySwiper3 .swiper-slide .cont-p .tit {
    font-size: 1.35rem;
  }
}
.wms-cont2 .wms-a2v1 .mySwiper3 .swiper-slide .cont-p .p1 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 0.5rem;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .wms-cont2 .wms-a2v1 .mySwiper3 .swiper-slide .cont-p .p1 {
    font-size: 1rem;
  }
}
.wms-cont2 .wms-a2v1 .mySwiper3 .swiper-slide .cont-p a.asjx {
  display: block;
  width: 7.375rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .wms-cont2 .wms-a2v1 .mySwiper3 .swiper-slide .cont-p a.asjx {
    width: 4.85rem;
  }
}
.wms-cont2 .wms-a2v1 .mySwiper3 .swiper-slide .cont-p a.asjx img {
  width: 100%;
}

.wms-cont3 {
  background: var(--color-zt);
  padding: var(--pandrd) 0;
}
.wms-cont3 .wms-a3v1 .mySwiper6 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .wms-cont3 .wms-a3v1 .mySwiper6 {
    margin-top: 1.25rem;
  }
}
.wms-cont3 .wms-a3v1 .mySwiper6 a.block {
  display: block;
  background: #fff;
  padding: 4.375rem 1rem;
  position: relative;
  margin-top: 5px;
}
.wms-cont3 .wms-a3v1 .mySwiper6 a.block i {
  display: block;
  font-size: 0;
}
.wms-cont3 .wms-a3v1 .mySwiper6 a.block i img {
  width: 100%;
}
.wms-cont3 .wms-a3v1 .mySwiper6 a.block .cont-asx {
  color: #464646;
  text-align: center;
  width: 100%;
  padding: 0 20%;
}
.wms-cont3 .wms-a3v1 .mySwiper6 a.block .cont-asx .tit {
  font-size: 1.5rem;
  font-weight: 700;
}
.wms-cont3 .wms-a3v1 .mySwiper6 a.block .cont-asx .p1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0.25rem;
}
.wms-cont3 .wms-a3v1 .mySwiper6 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .wms-cont3 .wms-a3v1 .mySwiper6 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}

.wms-cont4 {
  background: #000000;
  padding: 6.5625rem 0;
}
@media (max-width: 768px) {
  .wms-cont4 {
    padding: 0 0 2rem;
  }
}
.wms-cont4 .asxja li {
  width: 22%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wms-cont4 .asxja li {
    width: 48%;
    margin-top: 2rem;
  }
}
.wms-cont4 .asxja li .data {
  font-size: 3rem;
  line-height: 1em;
}
.wms-cont4 .asxja li .data b {
  line-height: 5rem;
}
@media (max-width: 768px) {
  .wms-cont4 .asxja li .data b {
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .wms-cont4 .asxja li .data {
    font-size: 1.5rem;
  }
}
.wms-cont4 .asxja li .data span {
  font-size: 5rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .wms-cont4 .asxja li .data span {
    font-size: 2.5rem;
  }
}
.wms-cont4 .asxja li .data sup {
  font-size: 2.5rem;
  line-height: 1em;
  vertical-align: top;
}
@media (max-width: 768px) {
  .wms-cont4 .asxja li .data sup {
    font-size: 1.5rem;
  }
}
.wms-cont4 .asxja li p {
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .wms-cont4 .asxja li p {
    font-size: 1rem;
  }
}

.wms-cont5 {
  background: #F1F1F1;
  padding: var(--pandrd) 0;
}
.wms-cont5 .mySwiper7 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .wms-cont5 .mySwiper7 {
    margin-top: 1.5rem;
  }
}
.wms-cont5 .mySwiper7 .swiper-slide a.block i {
  display: block;
  font-size: 0;
}
.wms-cont5 .mySwiper7 .swiper-slide a.block i img {
  width: 100%;
}
.wms-cont5 .mySwiper7 .swiper-slide a.block .tit {
  color: #fff;
  font-size: 1.25rem;
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.wms-cont5 .mySwiper7 .swiper-pagination1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .wms-cont5 .mySwiper7 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}
.wms-cont5 .mySwiper7 .swiper-pagination1 span {
  background: #B4B4B4;
}
.wms-cont5 .mySwiper7 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0A458C;
}

.wms-cont6 {
  padding: var(--pandrd) 0;
}
.wms-cont6 .wms-a6b1 {
  margin-top: 5.125rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .wms-cont6 .wms-a6b1 {
    margin-top: 0.5rem;
    gap: 1rem;
  }
}
.wms-cont6 .wms-a6b1 li {
  background: #000000;
  text-align: center;
  color: #fff;
  width: 22.8571428571%;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 768px) {
  .wms-cont6 .wms-a6b1 li {
    width: 48%;
    margin-top: 0;
  }
}
.wms-cont6 .wms-a6b1 li .wenata {
  padding: 8rem 1rem;
}
@media (max-width: 768px) {
  .wms-cont6 .wms-a6b1 li .wenata {
    padding: 4.5rem 1rem;
  }
}
.wms-cont6 .wms-a6b1 li .wenata h2 {
  font-size: 2.8125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wms-cont6 .wms-a6b1 li .wenata h2 {
    font-size: 2rem;
  }
}
.wms-cont6 .wms-a6b1 li .wenata .p {
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .wms-cont6 .wms-a6b1 li .wenata .p {
    font-size: 1.125rem;
  }
}

.qms-cont2 .ems-a2_list1 li {
  width: 24.3571428571%;
}
@media (max-width: 768px) {
  .qms-cont2 .ems-a2_list1 li {
    width: 48%;
  }
}
@media (max-width: 450px) {
  .qms-cont2 .ems-a2_list1 li {
    width: 100%;
  }
}

.eam-cont4 {
  background: #F1F1F1;
  padding: var(--pandrd) 0;
}
.eam-cont4 .mySwiper8 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .eam-cont4 .mySwiper8 {
    margin-top: 1.5rem;
  }
}
.eam-cont4 .mySwiper8 .swiper-slide {
  height: 100%;
}
.eam-cont4 .mySwiper8 .swiper-slide a.block {
  background: #0A458C;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  padding: 3.25rem 5%;
}
.eam-cont4 .mySwiper8 .swiper-slide a.block .tit {
  font-size: 2.125rem;
  line-height: 1.15em;
  font-weight: 700;
  height: 2.3em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .eam-cont4 .mySwiper8 .swiper-slide a.block .tit {
    font-size: 2rem;
    height: auto;
  }
}
.eam-cont4 .mySwiper8 .swiper-slide a.block .p1 {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  height: 4.5em;
  overflow: hidden;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .eam-cont4 .mySwiper8 .swiper-slide a.block .p1 {
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .eam-cont4 .mySwiper8 .swiper-slide a.block .p1 {
    height: auto;
  }
}
.eam-cont4 .mySwiper8 .swiper-pagination1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .eam-cont4 .mySwiper8 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.eam-cont4 .mySwiper8 .swiper-pagination1 span {
  background: #000000;
}
.eam-cont4 .mySwiper8 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0A458C;
}

.smkx-cont1 {
  background: #fff;
  padding: 3rem 0 4rem;
}
@media (max-width: 768px) {
  .smkx-cont1 {
    padding: 1.5rem 0 2rem;
  }
}
.smkx-cont1 .ems-a2_list1 li {
  width: 24.3571428571%;
  background: #F9F9F9;
}
@media (max-width: 768px) {
  .smkx-cont1 .ems-a2_list1 li {
    width: 48%;
  }
}
@media (max-width: 450px) {
  .smkx-cont1 .ems-a2_list1 li {
    width: 100%;
  }
}

.smkx-cont2 {
  background: #F9F9F9;
  padding: var(--pandrd) 0;
}
.smkx-cont2 .cont-p {
  background: #000000;
}
.smkx-cont2 .cont-p .img {
  width: 50%;
}
@media (max-width: 768px) {
  .smkx-cont2 .cont-p .img {
    width: 100%;
  }
}
.smkx-cont2 .cont-p .cont-pat1 {
  width: 50%;
  padding: 1.5rem 4.25%;
}
@media (max-width: 768px) {
  .smkx-cont2 .cont-p .cont-pat1 {
    width: 100%;
    padding: 1.25rem 6%;
  }
}
.smkx-cont2 .cont-p .cont-pat1 .tit {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .smkx-cont2 .cont-p .cont-pat1 .tit {
    font-size: 1.35rem;
  }
}
.smkx-cont2 .cont-p .cont-pat1 .txt {
  color: #fff;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.5em;
}

.smkx-cont3 {
  padding: var(--pandrd) 0;
  background: var(--color-zt);
}
.smkx-cont3 .tab-conta {
  overflow-x: auto;
}
.smkx-cont3 .tab-conta table {
  min-width: 768px;
}
.smkx-cont3 .tab-conta table tr td {
  color: #fff;
  font-size: 0.875rem;
  border-color: #fff;
}
.smkx-cont3 .tab-conta table tr td .p1 p {
  position: relative;
  padding-left: 0.5em;
}
.smkx-cont3 .tab-conta table tr td .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.smkx-cont3 .tab-conta table tr:nth-child(1) {
  background: #f0f0f0;
}
.smkx-cont3 .tab-conta table tr:nth-child(1) td {
  color: var(--color-zt);
  font-size: 1rem;
}

.smkx-cont4 {
  padding: var(--pandrd) 0;
}
.smkx-cont4 .smkx-a4v1 {
  position: relative;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .smkx-cont4 .smkx-a4v1 {
    margin-top: 1.5rem;
  }
}
.smkx-cont4 .smkx-a4v1 .mySwiper3 .swiper-slide .img img {
  width: 100%;
}
@media (max-width: 768px) {
  .smkx-cont4 .smkx-a4v1 .jt-ast {
    display: none;
  }
}
.smkx-cont4 .smkx-a4v1 .jt-ast &gt; div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.smkx-cont4 .smkx-a4v1 .jt-ast &gt; div.swiper-button-next1 {
  right: -webkit-calc(var(--cbasta) * -0.8);
  right: -moz-calc(var(--cbasta) * -0.8);
  right: calc(var(--cbasta) * -0.8);
}
.smkx-cont4 .smkx-a4v1 .jt-ast &gt; div.swiper-button-prev1 {
  left: -webkit-calc(var(--cbasta) * -0.8);
  left: -moz-calc(var(--cbasta) * -0.8);
  left: calc(var(--cbasta) * -0.8);
}
.smkx-cont4 .smkx-a4v1 .jt-ast &gt; div i {
  font-size: 4rem;
  color: #000000;
}

.smkx-cont5 {
  padding: var(--pandrd) 0;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
}
.smkx-cont5 .smkx-a5v1 {
  background: #fff;
  padding: 4.5rem 5% 3rem;
}
@media (max-width: 768px) {
  .smkx-cont5 .smkx-a5v1 {
    padding: 2rem 5% 1.5rem;
  }
}
.smkx-cont5 .smkx-a5v1 .mySwiper9 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .smkx-cont5 .smkx-a5v1 .mySwiper9 {
    margin-top: 1.5rem;
  }
}
.smkx-cont5 .smkx-a5v1 .mySwiper9 .swiper-slide i {
  font-size: 0;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background: #000000;
  margin: 0 auto;
}
.smkx-cont5 .smkx-a5v1 .mySwiper9 .swiper-slide i img {
  width: 60%;
}
.smkx-cont5 .smkx-a5v1 .mySwiper9 .swiper-slide .tit {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
  padding: 0.75rem 0 0.2rem;
}
@media (max-width: 768px) {
  .smkx-cont5 .smkx-a5v1 .mySwiper9 .swiper-slide .tit {
    font-size: 1.35rem;
  }
}
.smkx-cont5 .smkx-a5v1 .mySwiper9 .swiper-slide .p {
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
}
.smkx-cont5 .smkx-a5v1 .mySwiper9 .swiper-slide .p p {
  padding-left: 1em;
  position: relative;
  margin-top: 0.5em;
}
.smkx-cont5 .smkx-a5v1 .mySwiper9 .swiper-slide .p p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.smkx-cont5 .smkx-a5v1 .mySwiper9 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .smkx-cont5 .smkx-a5v1 .mySwiper9 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}

.smkx-cont7 .mySwiper8 .swiper-slide a.block .p1 {
  height: 7.5em;
  overflow: hidden;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 768px) {
  .smkx-cont7 .mySwiper8 .swiper-slide a.block .p1 {
    height: auto;
  }
}

.szls-cont1 {
  padding: 3rem 0 var(--pandrd);
}
@media (max-width: 768px) {
  .szls-cont1 {
    padding-top: 1.5rem;
  }
}
.szls-cont1 .heng1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .szls-cont1 .heng1 {
    margin-top: 1.5rem;
  }
}

.szls-cont2 {
  background: #F1F1F1;
  padding: var(--pandrd) 0;
}
.szls-cont2 .ems-a2_list1 li {
  width: 24.3571428571%;
  background: #fff;
}
@media (max-width: 768px) {
  .szls-cont2 .ems-a2_list1 li {
    width: 48%;
  }
}
@media (max-width: 450px) {
  .szls-cont2 .ems-a2_list1 li {
    width: 100%;
  }
}

.szls-cont3 {
  padding: var(--pandrd) 0;
}
.szls-cont3 .szls-a3v1 {
  margin-top: 2.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .szls-cont3 .szls-a3v1 {
    margin-top: 1.35rem;
  }
}
@media (max-width: 768px) {
  .szls-cont3 .szls-a3v1 .jt-ast {
    display: none;
  }
}
.szls-cont3 .szls-a3v1 .jt-ast &gt; div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.szls-cont3 .szls-a3v1 .jt-ast &gt; div.swiper-button-next1 {
  right: -webkit-calc(var(--cbasta) * -0.8);
  right: -moz-calc(var(--cbasta) * -0.8);
  right: calc(var(--cbasta) * -0.8);
}
.szls-cont3 .szls-a3v1 .jt-ast &gt; div.swiper-button-prev1 {
  left: -webkit-calc(var(--cbasta) * -0.8);
  left: -moz-calc(var(--cbasta) * -0.8);
  left: calc(var(--cbasta) * -0.8);
}
.szls-cont3 .szls-a3v1 .jt-ast &gt; div i {
  font-size: 4rem;
  color: #333;
}
.szls-cont3 .szls-a3v1 .mySwiper3 .img {
  width: 58%;
}
@media (max-width: 768px) {
  .szls-cont3 .szls-a3v1 .mySwiper3 .img {
    width: 100%;
  }
}
.szls-cont3 .szls-a3v1 .mySwiper3 .img img {
  width: 100%;
}
.szls-cont3 .szls-a3v1 .mySwiper3 .cont-p {
  width: 40%;
}
@media (max-width: 768px) {
  .szls-cont3 .szls-a3v1 .mySwiper3 .cont-p {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.szls-cont3 .szls-a3v1 .mySwiper3 .cont-p .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .szls-cont3 .szls-a3v1 .mySwiper3 .cont-p .tit {
    font-size: 1.35rem;
  }
}
.szls-cont3 .szls-a3v1 .mySwiper3 .cont-p .txt {
  color: #000000;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.65em;
}

.szls-cont4 {
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  padding: var(--pandrd) 0;
}
.szls-cont4 .asjh {
  width: 55%;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .szls-cont4 .asjh {
    margin-top: 1.5rem;
  }
}
.szls-cont4 .asjh img {
  width: 100%;
}

.szls-cont5 {
  padding: var(--pandrd) 0;
}
.szls-cont5 .szls-a5_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .szls-cont5 .szls-a5_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .szls-cont5 .szls-a5_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.szls-cont5 .szls-a5_list1.szls-a5_list2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .szls-cont5 .szls-a5_list1.szls-a5_list2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .szls-cont5 .szls-a5_list1.szls-a5_list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.szls-cont5 .szls-a5_list1 li i {
  display: block;
  font-size: 0;
  width: 3.5rem;
}
.szls-cont5 .szls-a5_list1 li i img {
  width: 100%;
}
.szls-cont5 .szls-a5_list1 li .wenata {
  width: -webkit-calc(95% - 3.5rem);
  width: -moz-calc(95% - 3.5rem);
  width: calc(95% - 3.5rem);
}
.szls-cont5 .szls-a5_list1 li .wenata .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .szls-cont5 .szls-a5_list1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.szls-cont5 .szls-a5_list1 li .wenata .p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.35em;
}

.szls-cont6 {
  padding: var(--pandrd) 0;
}
.szls-cont6 .szls-a6_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .szls-cont6 .szls-a6_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .szls-cont6 .szls-a6_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.szls-cont6 .szls-a6_list1 li {
  text-align: center;
}
.szls-cont6 .szls-a6_list1 li i {
  display: block;
  font-size: 0;
  width: 4.5rem;
  margin: 0 auto;
}
.szls-cont6 .szls-a6_list1 li i img {
  width: 100%;
}
.szls-cont6 .szls-a6_list1 li .wenata .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .szls-cont6 .szls-a6_list1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.szls-cont6 .szls-a6_list1 li .wenata .txt {
  color: #000000;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.35em;
}

.szls-cont7 {
  background: #F1F1F1;
  padding: var(--pandrd) 0;
}
.szls-cont7 .ems-a2_list1 li {
  width: 24.3571428571%;
  background: #0A458C;
}
.szls-cont7 .ems-a2_list1 li .tit, .szls-cont7 .ems-a2_list1 li .p {
  color: #fff;
}
@media (max-width: 768px) {
  .szls-cont7 .ems-a2_list1 li {
    width: 48%;
  }
}
@media (max-width: 450px) {
  .szls-cont7 .ems-a2_list1 li {
    width: 100%;
  }
}

.case-content {
  padding: 4rem 0 1rem;
}
@media (max-width: 768px) {
  .case-content {
    padding: 2rem 0 1rem;
  }
}

.case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .case-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.case-list li {
  text-align: center;
}
.case-list li a.img {
  display: block;
}
.case-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.case-list li a.img i img {
  width: 100%;
}
.case-list li a.img .tit {
  text-align: center;
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}

.ashas_asjhxa1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ashas_asjhxa1 {
    margin-top: 0;
  }
}
.ashas_asjhxa1 li {
  width: 48%;
  text-align: center;
}
@media (max-width: 768px) {
  .ashas_asjhxa1 li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.ashas_asjhxa1 li i {
  font-size: 0;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background: #000000;
  margin: 0 auto;
}
.ashas_asjhxa1 li i img {
  width: 60%;
}
.ashas_asjhxa1 li .tit {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
  padding: 0.75rem 0 0.2rem;
}
@media (max-width: 768px) {
  .ashas_asjhxa1 li .tit {
    font-size: 1.35rem;
  }
}
.ashas_asjhxa1 li .p {
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
}
.ashas_asjhxa1 li .p p {
  padding-left: 1em;
  position: relative;
  margin-top: 0.5em;
}
.ashas_asjhxa1 li .p p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.ems-lista1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ems-lista1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .ems-lista1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.ems-lista1 li {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 7%;
}
.ems-lista1 li i {
  display: block;
  font-size: 0;
  width: 40%;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 0.2rem solid var(--color-zt);
}
.ems-lista1 li i img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.ems-lista1 li .wenata .tit {
  text-align: center;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0.5em 0 0.35em;
}
.ems-lista1 li .wenata .p {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5em;
}

.smt-cont1 {
  padding: 2rem 0 var(--pandrd);
}
.smt-cont1 .heng1 {
  margin-top: 2.75rem;
}

.smt-cont2 {
  padding: var(--pandrd) 0;
  background: #F1F1F1;
}
.smt-cont2 .heng1 {
  margin-top: 3rem;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .smt-cont2 .heng1 {
    margin-top: 1.5rem;
  }
}

.smt-cont3 {
  padding: var(--pandrd) 0;
}
.smt-cont3 .smt-a3v1 {
  margin-top: 2.65rem;
}
@media (max-width: 768px) {
  .smt-cont3 .smt-a3v1 {
    margin-top: 1.5rem;
  }
}
.smt-cont3 .smt-a3v1 .smt-a3b1 {
  width: 35%;
}
@media (max-width: 768px) {
  .smt-cont3 .smt-a3v1 .smt-a3b1 {
    width: 100%;
  }
}
.smt-cont3 .smt-a3v1 .smt-a3b1 li + li {
  margin-top: 1.125rem;
}
.smt-cont3 .smt-a3v1 .smt-a3b1 li .img {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  margin-right: 1rem;
  background: #000000;
}
@media (max-width: 768px) {
  .smt-cont3 .smt-a3v1 .smt-a3b1 li .img {
    width: 3.9rem;
    height: 3.9rem;
    margin-right: 0.5rem;
  }
}
.smt-cont3 .smt-a3v1 .smt-a3b1 li .img img {
  width: 70%;
}
.smt-cont3 .smt-a3v1 .smt-a3b1 li .name {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  width: -webkit-calc(98% - 6rem);
  width: -moz-calc(98% - 6rem);
  width: calc(98% - 6rem);
}
@media (max-width: 768px) {
  .smt-cont3 .smt-a3v1 .smt-a3b1 li .name {
    width: -webkit-calc(98% - 4.5rem);
    width: -moz-calc(98% - 4.5rem);
    width: calc(98% - 4.5rem);
    font-size: 1.125rem;
  }
}
.smt-cont3 .smt-a3v1 .smt-a3b2 {
  width: 58.5714285714%;
}
@media (max-width: 768px) {
  .smt-cont3 .smt-a3v1 .smt-a3b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.smt-cont3 .smt-a3v1 .smt-a3b2 img {
  width: 100%;
}

.smt-cont4 {
  background: #F1F1F1;
  padding: var(--pandrd) 0;
}
.smt-cont4 .smt-a4v1 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .smt-cont4 .smt-a4v1 {
    margin-top: 1.5rem;
  }
}
.smt-cont4 .smt-a4v1 .smt-a4b1 {
  width: 30.0714285714%;
  color: #000000;
  font-size: 1rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .smt-cont4 .smt-a4v1 .smt-a4b1 {
    width: 100%;
  }
}
.smt-cont4 .smt-a4v1 .smt-a4b1 .p1 {
  margin-top: 1rem;
}
.smt-cont4 .smt-a4v1 .smt-a4b1 .p1 p {
  color: #004A9F;
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 1em;
  position: relative;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .smt-cont4 .smt-a4v1 .smt-a4b1 .p1 p {
    font-size: 1rem;
  }
}
.smt-cont4 .smt-a4v1 .smt-a4b1 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.smt-cont4 .smt-a4v1 .smt-a4b2 {
  width: 66%;
}
@media (max-width: 768px) {
  .smt-cont4 .smt-a4v1 .smt-a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.smt-cont4 .smt-a4v1 .smt-a4b2 .img {
  padding: 1.5rem;
  background: #fff;
}
.smt-cont4 .smt-a4v1 .smt-a4b2 .img img {
  width: 100%;
}

.smt-cont5 {
  padding: var(--pandrd) 0;
}
.smt-cont5 .smt-a5v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .smt-cont5 .smt-a5v1 {
    margin-top: 1rem;
  }
}
.smt-cont5 .smt-a5v1 .smt-a5b1 {
  width: 44.8571428571%;
}
@media (max-width: 768px) {
  .smt-cont5 .smt-a5v1 .smt-a5b1 {
    width: 100%;
  }
}
.smt-cont5 .smt-a5v1 .smt-a5b1 .smt-a5b1c1 {
  gap: 1.5rem;
}
.smt-cont5 .smt-a5v1 .smt-a5b1 .smt-a5b1c1 li {
  width: 48%;
}
@media (max-width: 768px) {
  .smt-cont5 .smt-a5v1 .smt-a5b1 .smt-a5b1c1 li {
    width: 100%;
  }
}
.smt-cont5 .smt-a5v1 .smt-a5b1 .smt-a5b1c1 li .img {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  margin-right: 1rem;
  background: #000000;
}
@media (max-width: 768px) {
  .smt-cont5 .smt-a5v1 .smt-a5b1 .smt-a5b1c1 li .img {
    width: 3.9rem;
    height: 3.9rem;
    margin-right: 0.5rem;
  }
}
.smt-cont5 .smt-a5v1 .smt-a5b1 .smt-a5b1c1 li .img img {
  width: 70%;
}
.smt-cont5 .smt-a5v1 .smt-a5b1 .smt-a5b1c1 li .name {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  width: -webkit-calc(98% - 6rem);
  width: -moz-calc(98% - 6rem);
  width: calc(98% - 6rem);
}
@media (max-width: 768px) {
  .smt-cont5 .smt-a5v1 .smt-a5b1 .smt-a5b1c1 li .name {
    width: -webkit-calc(98% - 4.5rem);
    width: -moz-calc(98% - 4.5rem);
    width: calc(98% - 4.5rem);
    font-size: 1.125rem;
  }
}
.smt-cont5 .smt-a5v1 .smt-a5b1 .p1 {
  margin-top: 1rem;
}
.smt-cont5 .smt-a5v1 .smt-a5b1 .p1 p {
  color: #004A9F;
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 1em;
  position: relative;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .smt-cont5 .smt-a5v1 .smt-a5b1 .p1 p {
    font-size: 1rem;
  }
}
.smt-cont5 .smt-a5v1 .smt-a5b1 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.smt-cont5 .smt-a5v1 .smt-a5b2 {
  width: 54.2857142857%;
}
@media (max-width: 768px) {
  .smt-cont5 .smt-a5v1 .smt-a5b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.smt-cont5 .smt-a5v1 .smt-a5b2 img {
  width: 100%;
}

.smt-cont6 {
  background: #F1F1F1;
}
.smt-cont6 .smt-a3b2 {
  padding-right: 8.5%;
}
@media (max-width: 768px) {
  .smt-cont6 .smt-a3b2 {
    padding-right: 0;
  }
}

.smt-cont7 {
  padding: var(--pandrd) 0;
}
.smt-cont7 .p1 {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .smt-cont7 .p1 {
    margin-top: 1rem;
  }
}

.smt-cont8 {
  padding: var(--pandrd) 0;
}
.smt-cont8 .szls-a5_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .smt-cont8 .szls-a5_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.smt-cont8 .szls-a5_list1.szls-a5_list2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list1.szls-a5_list2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .smt-cont8 .szls-a5_list1.szls-a5_list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.smt-cont8 .szls-a5_list1 li i {
  display: block;
  font-size: 0;
  width: 3.5rem;
}
.smt-cont8 .szls-a5_list1 li i img {
  width: 100%;
}
.smt-cont8 .szls-a5_list1 li .wenata {
  width: -webkit-calc(95% - 3.5rem);
  width: -moz-calc(95% - 3.5rem);
  width: calc(95% - 3.5rem);
}
.smt-cont8 .szls-a5_list1 li .wenata .tit {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.smt-cont8 .szls-a5_list1 li .wenata .p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 0.35em;
}
.smt-cont8 .szls-a5_list2 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list2 {
    margin-top: 1.5rem;
  }
}
.smt-cont8 .szls-a5_list2 li {
  width: 35.8571428571%;
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list2 li {
    width: 70%;
    margin: 1.5rem auto;
  }
}
.smt-cont8 .szls-a5_list2 li img {
  width: 100%;
}
.smt-cont8 .szls-a5_list2 li:not(:nth-child(2)) {
  width: 24.9285714286%;
  position: relative;
  background: #F1F1F1;
  padding: 0 3%;
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list2 li:not(:nth-child(2)) {
    width: 100%;
    padding: 1.5rem 5%;
    margin: 0;
  }
}
.smt-cont8 .szls-a5_list2 li:not(:nth-child(2)) .cont-p .tit {
  color: #464646;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list2 li:not(:nth-child(2)) .cont-p .tit {
    font-size: 1.25rem;
  }
}
.smt-cont8 .szls-a5_list2 li:not(:nth-child(2)) .cont-p .txt {
  color: #464646;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 0.75rem;
  height: 7.5em;
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list2 li:not(:nth-child(2)) .cont-p .txt {
    height: auto;
  }
}
.smt-cont8 .szls-a5_list2 li:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 4.0625rem;
  height: 100%;
  background: #D9D9D9;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list2 li:nth-child(1)::after {
    display: none;
  }
}
.smt-cont8 .szls-a5_list2 li:nth-child(3)::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 4.0625rem;
  height: 100%;
  background: #D9D9D9;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 50%);
          clip-path: polygon(100% 100%, 100% 0, 0 50%);
}
@media (max-width: 768px) {
  .smt-cont8 .szls-a5_list2 li:nth-child(3)::after {
    display: none;
  }
}

.smt-cont9 {
  padding: var(--pandrd) 0;
  background: #F1F1F1;
}
.smt-cont9 .smt-a9v1 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .smt-cont9 .smt-a9v1 {
    margin-top: 1.5rem;
  }
}
.smt-cont9 .smt-a9v1 .smt-a9b1 {
  width: 40%;
}
@media (max-width: 768px) {
  .smt-cont9 .smt-a9v1 .smt-a9b1 {
    width: 100%;
  }
}
.smt-cont9 .smt-a9v1 .smt-a9b1 .p1 {
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
}
.smt-cont9 .smt-a9v1 .smt-a9b1 .asra {
  margin-top: 2.5rem;
}
.smt-cont9 .smt-a9v1 .smt-a9b1 .asra img {
  width: 100%;
}
.smt-cont9 .smt-a9v1 .smt-a9b1 .tit {
  color: #464646;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .smt-cont9 .smt-a9v1 .smt-a9b1 .tit {
    margin-top: 1rem;
  }
}
.smt-cont9 .smt-a9v1 .smt-a9b1 .patx1 {
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 1rem;
}
.smt-cont9 .smt-a9v1 .smt-a9b1 .patx1 p {
  position: relative;
  padding-left: 1em;
}
.smt-cont9 .smt-a9v1 .smt-a9b1 .patx1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.smt-cont9 .smt-a9v1 .smt-a9b2 {
  width: 53.9285714286%;
}
@media (max-width: 768px) {
  .smt-cont9 .smt-a9v1 .smt-a9b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.smt-cont9 .smt-a9v1 .smt-a9b2 .smt-a9b2c1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.625rem;
}
@media (max-width: 768px) {
  .smt-cont9 .smt-a9v1 .smt-a9b2 .smt-a9b2c1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.smt-cont9 .smt-a9v1 .smt-a9b2 .smt-a9b2c1 li {
  color: #464646;
  font-size: 1rem;
  line-height: 1.5em;
  background: #fff;
}
.smt-cont9 .smt-a9v1 .smt-a9b2 .smt-a9b2c1 li .tast {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  background: #004A9F;
  padding: 0.75rem 0;
}
.smt-cont9 .smt-a9v1 .smt-a9b2 .smt-a9b2c1 li .p1 {
  padding: 1rem;
}
.smt-cont9 .smt-a9v1 .smt-a9b2 .ash-xast {
  margin-top: 2rem;
  padding-right: 30%;
}
@media (max-width: 768px) {
  .smt-cont9 .smt-a9v1 .smt-a9b2 .ash-xast {
    padding-right: 0;
    margin-top: 1.25rem;
  }
}
.smt-cont9 .smt-a9v1 .smt-a9b2 .ash-xast img {
  width: 100%;
}

.smt-cont10 {
  padding: var(--pandrd) 0;
}
.smt-cont10 .smt-a10v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .smt-cont10 .smt-a10v1 {
    margin-top: 1.5rem;
  }
}
.smt-cont10 .smt-a10v1 .smt-a10b1 {
  width: 40%;
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .smt-cont10 .smt-a10v1 .smt-a10b1 {
    width: 100%;
  }
}
.smt-cont10 .smt-a10v1 .smt-a10b1 strong {
  font-size: 1.25rem;
}
.smt-cont10 .smt-a10v1 .smt-a10b2 {
  width: 57.4285714286%;
}
@media (max-width: 768px) {
  .smt-cont10 .smt-a10v1 .smt-a10b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.smt-cont10 .smt-a10v1 .smt-a10b2 .mySwiper3 .swiper-slide .img img {
  width: 100%;
}
.smt-cont10 .smt-a10v1 .smt-a10b2 .swiper-pagination1 {
  margin-top: 1rem;
}

.smt-cont11 {
  background: #F1F1F1;
}

.gyai-cont1 {
  padding: var(--pandrd) 0;
}
.gyai-cont1 .p1 {
  margin-top: 1.5rem;
}

.gyai-cont2 {
  padding: var(--pandrd) 0;
  background: #F1F1F1;
}

.gyai-cont3 {
  padding: var(--pandrd) 0;
}
.gyai-cont3 .ems-a2_list1 {
  margin-top: 3rem;
  gap: 5%;
}
@media (max-width: 768px) {
  .gyai-cont3 .ems-a2_list1 {
    margin-top: 0;
  }
}
.gyai-cont3 .ems-a2_list1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #F1F1F1;
  padding: 2rem 4%;
}
@media (max-width: 768px) {
  .gyai-cont3 .ems-a2_list1 li {
    padding: 1.5rem 1.5rem;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .gyai-cont3 .ems-a2_list1 li {
    width: 100%;
    padding: 1.5rem 1.5rem;
  }
}
.gyai-cont3 .ems-a2_list1 li i {
  font-size: 0;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  background: #000000;
  margin: 0 auto;
}
.gyai-cont3 .ems-a2_list1 li i img {
  width: 60%;
}
.gyai-cont3 .ems-a2_list1 li .tit {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #333333;
  padding: 0.75rem 0 0.2rem;
}
@media (max-width: 768px) {
  .gyai-cont3 .ems-a2_list1 li .tit {
    font-size: 1.35rem;
  }
}
.gyai-cont3 .ems-a2_list1 li .p {
  color: #464646;
  font-size: 1rem;
  line-height: 1.65em;
}
.gyai-cont3 .ems-a2_list1 li .p p {
  padding-left: 1em;
  position: relative;
  margin-top: 0.5em;
}
.gyai-cont3 .ems-a2_list1 li .p p::after {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.ems-a2_list2at {
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .ems-a2_list2at {
    gap: 1rem;
    margin-top: 1.5rem !important;
  }
}
.ems-a2_list2at li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .ems-a2_list2at li {
    margin-top: 0 !important;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.jj-cont1 {
  padding: 3rem 0 4rem;
}
@media (max-width: 768px) {
  .jj-cont1 {
    padding: 2rem 0;
  }
}
.jj-cont1 .jj-a1_b1 li {
  width: 48%;
}
@media (max-width: 768px) {
  .jj-cont1 .jj-a1_b1 li {
    width: 100%;
  }
  .jj-cont1 .jj-a1_b1 li + li {
    margin-top: 1.5rem;
  }
}
.jj-cont1 .jj-a1_b1 li a.block {
  display: block;
}
.jj-cont1 .jj-a1_b1 li a.block i {
  display: block;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 5%;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .jj-cont1 .jj-a1_b1 li a.block i {
    border-radius: 0.5rem;
  }
}
.jj-cont1 .jj-a1_b1 li a.block i img {
  width: 100%;
}
.jj-cont1 .jj-a1_b1 li a.block .tit {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 1.125rem;
  color: #333;
}
@media (max-width: 768px) {
  .jj-cont1 .jj-a1_b1 li a.block .tit {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.jj-cont2 {
  padding: 2rem 0;
  background: #F1F1F1;
}
@media (max-width: 768px) {
  .jj-cont2 {
    padding: 1.25rem 0;
  }
}
.jj-cont2 .jj-a2_b1 li {
  padding: 3.5rem 0;
}
@media (max-width: 768px) {
  .jj-cont2 .jj-a2_b1 li {
    padding: 1.8rem 0;
  }
}
.jj-cont2 .jj-a2_b1 li + li {
  border-top: 1px solid #999;
}
.jj-cont2 .jj-a2_b1 li .cont-p {
  width: 48%;
}
@media (max-width: 768px) {
  .jj-cont2 .jj-a2_b1 li .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.jj-cont2 .jj-a2_b1 li .cont-p .tit {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
@media (max-width: 768px) {
  .jj-cont2 .jj-a2_b1 li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.jj-cont2 .jj-a2_b1 li .cont-p .p p {
  position: relative;
  padding-left: 1em;
  margin-top: 0.25rem;
}
.jj-cont2 .jj-a2_b1 li .cont-p .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.jj-cont2 .jj-a2_b1 li .img {
  display: block;
  font-size: 0;
  overflow: hidden;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 2.5%;
  border-radius: 1rem;
  width: 48%;
  background: #fff;
}
@media (max-width: 768px) {
  .jj-cont2 .jj-a2_b1 li .img {
    width: 100%;
    border-radius: 0.5rem;
    padding: 5%;
  }
}
.jj-cont2 .jj-a2_b1 li .img img {
  width: 100%;
}
.jj-cont2 .jj-a2_b1 li:nth-child(2n) .cont-p {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.scs-cont1 {
  padding: 3rem 0 4rem;
}
@media (max-width: 768px) {
  .scs-cont1 {
    padding: 2rem 0;
  }
}
.scs-cont1 .scs-list1 {
  margin-top: 2.5rem;
  gap: 2rem;
}
.scs-cont1 .scs-list1 li {
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 4%;
  border-radius: 1rem;
  background: #fff;
  width: 48%;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.scs-cont1 .scs-list1 li .wenata i{
  display: block;
  width: 4.5rem;
  margin-bottom: 0.5rem;
}
.scs-cont1 .scs-list1 li .wenata i img{
  width: 100%;
}
@media (max-width: 768px) {
  .scs-cont1 .scs-list1 li {
    padding: 7%;
    border-radius: 0.5rem;
  }
}
.scs-cont1 .scs-list1 li .wenata .tit {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
@media (max-width: 768px) {
  .scs-cont1 .scs-list1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.scs-cont1 .scs-list1 li .wenata .p1 p {
  position: relative;
  padding-left: 1em;
  margin-top: 0.25rem;
}
.scs-cont1 .scs-list1 li .wenata .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.scs-cont2 {
  padding: 3rem 0 5rem;
}
@media (max-width: 768px) {
  .scs-cont2 {
    padding: 2rem 0;
  }
}
.scs-cont2 .ashrx1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .scs-cont2 .ashrx1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
.scs-cont2 .ashrx1 li {
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 7%;
  border-radius: 1rem;
  background: #fff;
}
@media (max-width: 768px) {
  .scs-cont2 .ashrx1 li {
    padding: 7%;
    border-radius: 0.5rem;
  }
}
.scs-cont2 .ashrx1 li i {
  display: block;
  width: 4.5rem;
  font-size: 0;
  margin: 0 auto 1rem;
}
.scs-cont2 .ashrx1 li i img {
  width: 100%;
}
.scs-cont2 .ashrx1 li .wenata .tit {
  font-size: 1.4rem;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
  text-align: center;
}
@media (max-width: 768px) {
  .scs-cont2 .ashrx1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.scs-cont2 .ashrx1 li .wenata .ftit {
  height: 1.25em;
}
@media (max-width: 768px) {
  .scs-cont2 .ashrx1 li .wenata .ftit {
    height: auto;
  }
}
.scs-cont2 .ashrx1 li .wenata .p1 p {
  position: relative;
  padding-left: 1em;
  margin-top: 0.25rem;
}
.scs-cont2 .ashrx1 li .wenata .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.scs-cont3 {
  background: #F1F1F1;
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .scs-cont3 {
    padding: 2rem 0;
  }
}
.scs-cont3 .ashrx1 li {
  padding: 7.5%;
}
.scs-cont3 .ashrx1 li .wenata .ftit {
  display: none;
}
.kp-cont1 .tit1{
  color: #333;
  font-size: 1.25rem;
  margin-top: 1rem;
}
.kp-cont1 .kp-list1{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 1rem;
}
@media (max-width: 768px){
  .kp-cont1 .kp-list1{
    grid-template-columns: repeat(1, 1fr);
  }
}
.kp-cont1 .kp-list1 li{
  text-align: center;
  background: #f0f0f0;
  color: #333;
  font-size: 1rem;
  padding: 1.125rem 5%;
}
.kp-cont4 .kp-list1 li .wenata i{
  display: block;
  font-size: 0;
  width: 4rem;
  margin-bottom: 0.75rem;
}
.kp-cont4 .kp-list1 li .wenata i img{
  width: 100%;
}
.kp-cont2{
  background: #F1F1F1;
  padding: 4.5rem 0;
}
.kp-cont2 .scs-list1 li .wenata .p p{
  position: relative;
  padding-left: 1em;
}
.kp-cont2 .scs-list1 li .wenata .p p::before{
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.kp-cont3 {
  padding: 4.5rem 0;
}
.kp-cont3 .kp-a3v1 .kp-a3b1{
  width: 100%;
  margin: 2rem auto;
  padding: 5%;    box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);border-radius: 1rem;    background: #fff;
}
.kp-cont3 .kp-a3v1 .kp-a3b1 img{
  width: 100%;
}
.kp-cont3 .kp-a3v1 .kp-a3b2{
  width: 100%;
}
.kp-cont3 .kp-a3v1 .kp-a3b2 p+p{
  margin-top: 0.65em;
}
.kp-cont4{
  background: #F1F1F1;
  padding: 4.5rem 0;
}
.kp-cont4 .kp-list1{
  gap: 2rem;
  margin-top: 2.5rem;
}
.kp-cont4 .kp-list1 li{
  width: 31.5%;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 4%;
  border-radius: 1rem;
  background: #fff;
}
.kp-cont4 .kp-list1 li:nth-child(n+4){
  width: 48.5%;
}
@media (max-width: 768px) {
  .kp-cont4 .kp-list1 li {
    padding: 7%;
    border-radius: 0.5rem;
  }
}
.kp-cont4 .kp-list1 li .wenata .tit {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
@media (max-width: 768px) {
  .kp-cont4 .kp-list1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.kp-cont4 .kp-list1 li .wenata .p1 p {
  position: relative;
  padding-left: 1em;
  margin-top: 0.25rem;
}
.kp-cont4 .kp-list1 li .wenata .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.kp-cont5{
  padding: 4.5rem 0;
}
.kp-cont5 .kp-list2{
  gap: 2rem;
  margin-top: 2.5rem;
}
.kp-cont5 .kp-list2 li{
  width: 48%;
  box-shadow: 0px 0px 1.875rem 0px rgba(0, 0, 0, 0.05);
  padding: 4%;
  border-radius: 1rem;
  background: #fff;
  flex: auto;
}
@media (max-width: 768px) {
  .kp-cont5 .kp-list2 li {
    padding: 7%;
    border-radius: 0.5rem;
  }
}
.kp-cont5 .kp-list2 li .wenata i{
  display: block;
  font-size: 0;
  width: 4rem;
  margin-bottom: 0.75rem;
}
.kp-cont5 .kp-list2 li .wenata i img{
  width: 100%;
}
.kp-cont5 .kp-list2 li .wenata .tit {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #333;
}
.kp-cont5 .kp-list2 li .wenata .ftit{
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #666;
}
.kp-cont6 .ashrx1{
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.kp-cont6 .ashrx1 li{
  flex: auto;
  width: 32%;    padding: 3%;
}
.kp-cont6 .ashrx1 li .wenata .tit{
  text-wrap: balance;
}
@media (max-width: 768px) {
  .kp-cont5 .kp-list2 li .wenata .tit {
    font-size: 1.35rem;
  }
  .scs-cont1 .scs-list1{
    margin-top: 1.25rem;
  }
  .scs-cont1 .scs-list1{
    gap: 1.25rem;
  }
  .kp-cont3 .kp-a3v1 .kp-a3b1{
    width: 100%;
  }
  .kp-cont3 .kp-a3v1 .kp-a3b2{
    width: 100%;
    margin-top: 1.25rem;
  }
  .kp-cont4 .kp-list1 li,.kp-cont4 .kp-list1 li:nth-child(n+4){
    width: 100%;word-wrap:break-word; word-break:break-all;
  }
  .kp-cont4 .kp-list1,.kp-cont5 .kp-list2{
    margin-top: 1.25rem;
  }
  .kp-cont4 .kp-list1,.kp-cont5 .kp-list2{
    gap: 1.25rem;
  }
  .kp-cont6 .ashrx1 li{
    width: 100%;
    padding: 6%;
  }
}
@media (max-width: 768px){
  .kp-cont2,.kp-cont3,.kp-cont4,.kp-cont5{
    padding: 2rem 0;
  }
}
.ems-cont6-asxt1 .cont-pat1 .txtt{
  max-height: 24.25rem;
  overflow: auto;
}
.ems-cont6-asxt1 .cont-pat1 .txtt::-webkit-scrollbar {
  width:8px;
  height:8px;
  background-color: #F5F5F5;
  }
.ems-cont6-asxt1 .cont-pat1 .txtt::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
  }
.ems-cont6-asxt1 .cont-pat1 .txtt::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
  }
  @media (max-width: 768px){
    .ems-cont6-asxt1 .cont-pat1 .txtt{
      max-height: inherit;
    }
  }</pre></body></html>